summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_wm8753.c
diff options
context:
space:
mode:
authorRavindra Lokhande <rlokhande@nvidia.com>2012-04-25 13:59:44 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2012-04-25 05:15:52 -0700
commitd3794d01da90cfb9138d239c2d1f1b1bf09d1b4e (patch)
tree08d148c3043a8ba0426f07579c61d92201894e1c /sound/soc/tegra/tegra_wm8753.c
parentc2c54b452ee9da85ae8c5d7d5f293757c5eb2e6b (diff)
ASoC: Tegra: update codec name in dai link
wm8753 codec name is changed from wm8753-codec to wm8753. Updated machine driver to use correct name. bug 971663 Change-Id: I087cd64583bc0fcde822937511ef278bbd4c4f15 Signed-off-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-on: http://git-master/r/98677 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'sound/soc/tegra/tegra_wm8753.c')
-rw-r--r--sound/soc/tegra/tegra_wm8753.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_wm8753.c b/sound/soc/tegra/tegra_wm8753.c
index d1a475869d06..cdd99c7e8bdf 100644
--- a/sound/soc/tegra/tegra_wm8753.c
+++ b/sound/soc/tegra/tegra_wm8753.c
@@ -797,7 +797,7 @@ static struct snd_soc_dai_link tegra_wm8753_dai[] = {
{
.name = "WM8753",
.stream_name = "WM8753 PCM HIFI",
- .codec_name = "wm8753-codec.4-001a",
+ .codec_name = "wm8753.4-001a",
.platform_name = "tegra-pcm-audio",
.cpu_dai_name = "tegra20-i2s.0",
.codec_dai_name = "wm8753-hifi",
@@ -827,7 +827,7 @@ static struct snd_soc_dai_link tegra_wm8753_dai[] = {
{
.name = "VOICE CALL",
.stream_name = "VOICE CALL PCM",
- .codec_name = "wm8753-codec.4-001a",
+ .codec_name = "wm8753.4-001a",
.platform_name = "tegra-pcm-audio",
.cpu_dai_name = "dit-hifi",
.codec_dai_name = "wm8753-voice",