ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_name
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 29 Aug 2014 10:30:23 +0000 (13:30 +0300)
committerMark Brown <broonie+linaro@kernel.org>
Fri, 29 Aug 2014 10:55:23 +0000 (11:55 +0100)
The platform_name should be omap-mcasp3 for the 2nd link which is used for
voice connection.

Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie+linaro@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/omap/omap-twl4030.c

index f8a6adc2d81ca8cecec98a3b768cbc1ccef9b0c0..4336d1831485f77787f384d77ad4785fce6ad02a 100644 (file)
@@ -260,7 +260,7 @@ static struct snd_soc_dai_link omap_twl4030_dai_links[] = {
                .stream_name = "TWL4030 Voice",
                .cpu_dai_name = "omap-mcbsp.3",
                .codec_dai_name = "twl4030-voice",
-               .platform_name = "omap-mcbsp.2",
+               .platform_name = "omap-mcbsp.3",
                .codec_name = "twl4030-codec",
                .dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF |
                           SND_SOC_DAIFMT_CBM_CFM,
This page took 0.033388 seconds and 5 git commands to generate.