]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ASoC: twl6040: Correct supported number of playback channels
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 15 Sep 2011 12:59:19 +0000 (15:59 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 19 Sep 2011 22:15:59 +0000 (23:15 +0100)
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>
sound/soc/codecs/twl6040.c

index 97f3e374fc677296d7726785973e318ab1ff8fc1..81645c632447943cf2972d1e8926527bcf808260 100644 (file)
@@ -1399,7 +1399,7 @@ static struct snd_soc_dai_driver twl6040_dai[] = {
        .playback = {
                .stream_name = "Playback",
                .channels_min = 1,
-               .channels_max = 2,
+               .channels_max = 5,
                .rates = TWL6040_RATES,
                .formats = TWL6040_FORMATS,
        },