Skip to content

Commit

Permalink
ASoC: bells: Correct typo in sub speaker DAI name for WM5110
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Oct 17, 2012
1 parent c7c0f2c commit 9233ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/bells.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static struct snd_soc_dai_link bells_dai_wm5102[] = {
{
.name = "Sub",
.stream_name = "Sub",
.cpu_dai_name = "wm5102-aif3",
.cpu_dai_name = "wm5110-aif3",
.codec_dai_name = "wm9081-hifi",
.codec_name = "wm9081.1-006c",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
Expand Down

0 comments on commit 9233ef6

Please sign in to comment.