aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2011-09-15 08:59:19 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-19 18:15:59 -0400
commitcdd5054c3edcf556f67b629798d4dab64959c7cb (patch)
treef0b078088ba6512a22652b5bb8d4f8efaa025db2
parentd8dd032d533719cbaae2de6ca6dcc5553af3034e (diff)
ASoC: twl6040: Correct supported number of playback channels
twl6040 supports 5 playback, and 2 capture channels Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/codecs/twl6040.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 97f3e374fc67..81645c632447 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -1399,7 +1399,7 @@ static struct snd_soc_dai_driver twl6040_dai[] = {
1399 .playback = { 1399 .playback = {
1400 .stream_name = "Playback", 1400 .stream_name = "Playback",
1401 .channels_min = 1, 1401 .channels_min = 1,
1402 .channels_max = 2, 1402 .channels_max = 5,
1403 .rates = TWL6040_RATES, 1403 .rates = TWL6040_RATES,
1404 .formats = TWL6040_FORMATS, 1404 .formats = TWL6040_FORMATS,
1405 }, 1405 },