From: Peter Ujfalusi Date: Thu, 15 Sep 2011 12:59:19 +0000 (+0300) Subject: ASoC: twl6040: Correct supported number of playback channels X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cdd5054c3edcf556f67b629798d4dab64959c7cb;p=~shefty%2Frdma-dev.git ASoC: twl6040: Correct supported number of playback channels twl6040 supports 5 playback, and 2 capture channels Signed-off-by: Peter Ujfalusi Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 97f3e374fc6..81645c63244 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[] = { .playback = { .stream_name = "Playback", .channels_min = 1, - .channels_max = 2, + .channels_max = 5, .rates = TWL6040_RATES, .formats = TWL6040_FORMATS, },