Skip to content

Commit 6268f74

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: bells: Correct type in sub speaker DAI name for WM5102
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
1 parent 4868ce5 commit 6268f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/samsung/bells.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = "wm5110-aif3",
250+
.cpu_dai_name = "wm5102-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)