diff options
Diffstat (limited to 'sound/soc/omap/osk5912.c')
-rw-r--r-- | sound/soc/omap/osk5912.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/osk5912.c b/sound/soc/omap/osk5912.c index d859b597e7ec..b1a9d64cbc56 100644 --- a/sound/soc/omap/osk5912.c +++ b/sound/soc/omap/osk5912.c | |||
@@ -96,7 +96,7 @@ static const struct snd_soc_dapm_route audio_map[] = { | |||
96 | static struct snd_soc_dai_link osk_dai = { | 96 | static struct snd_soc_dai_link osk_dai = { |
97 | .name = "TLV320AIC23", | 97 | .name = "TLV320AIC23", |
98 | .stream_name = "AIC23", | 98 | .stream_name = "AIC23", |
99 | .cpu_dai_name = "omap-mcbsp-dai.0", | 99 | .cpu_dai_name = "omap-mcbsp.1", |
100 | .codec_dai_name = "tlv320aic23-hifi", | 100 | .codec_dai_name = "tlv320aic23-hifi", |
101 | .platform_name = "omap-pcm-audio", | 101 | .platform_name = "omap-pcm-audio", |
102 | .codec_name = "tlv320aic23-codec", | 102 | .codec_name = "tlv320aic23-codec", |