Skip to content

Commit c3c9b37

Browse files
committed
ASoC: bells: Fix up git patch application failure
It seems git has been getting confused by the very similar contexts for the speaker DAIs and has been applying patches to the wrong places causing all sorts of confusion. Fix this up by hand. Reported-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
1 parent 6268f74 commit c3c9b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/samsung/bells.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static struct snd_soc_dai_link bells_dai_wm5102[] = {
212212
{
213213
.name = "Sub",
214214
.stream_name = "Sub",
215-
.cpu_dai_name = "wm5110-aif3",
215+
.cpu_dai_name = "wm5102-aif3",
216216
.codec_dai_name = "wm9081-hifi",
217217
.codec_name = "wm9081.1-006c",
218218
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
@@ -247,7 +247,7 @@ static struct snd_soc_dai_link bells_dai_wm5110[] = {
247247
{
248248
.name = "Sub",
249249
.stream_name = "Sub",
250-
.cpu_dai_name = "wm5102-aif3",
250+
.cpu_dai_name = "wm5110-aif3",
251251
.codec_dai_name = "wm9081-hifi",
252252
.codec_name = "wm9081.1-006c",
253253
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF

0 commit comments

Comments
 (0)