Skip to content

Commit

Permalink
ASoC: Davinci: evm: Fix typo in cpu dai name
Browse files Browse the repository at this point in the history
Fix typo caused by recent commit (cf53756 - ASoC: davinci: davinci-pcm
does not need to be a plaform_driver)

Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Hebbar, Gururaja authored and Mark Brown committed Sep 1, 2012
1 parent 0ed275e commit ffb690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/davinci/davinci-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static struct snd_soc_dai_link dm365_evm_dai = {
.cpu_dai_name = "davinci-vcif",
.codec_dai_name = "cq93vc-hifi",
.codec_name = "cq93vc-codec",
.platform_name = "avinci-vcif",
.platform_name = "davinci-vcif",
#endif
};

Expand Down

0 comments on commit ffb690d

Please sign in to comment.