Commit 6268f74990c7fab6727bcb2dc82b3c4d4b302317
Committed by
Mark Brown
1 parent
4868ce57bf
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
sound/soc/samsung/bells.c
... | ... | @@ -247,7 +247,7 @@ |
247 | 247 | { |
248 | 248 | .name = "Sub", |
249 | 249 | .stream_name = "Sub", |
250 | - .cpu_dai_name = "wm5110-aif3", | |
250 | + .cpu_dai_name = "wm5102-aif3", | |
251 | 251 | .codec_dai_name = "wm9081-hifi", |
252 | 252 | .codec_name = "wm9081.1-006c", |
253 | 253 | .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |