From: Fabio Estevam Date: Tue, 18 Sep 2012 16:03:54 +0000 (-0300) Subject: ASoC: cs4270: Remove mono support X-Git-Tag: v3.7-rc1~81^2~10^2~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f76fe059dd5034c55c560d9e0005e19481843726;p=~emulex%2Finfiniband.git ASoC: cs4270: Remove mono support According to cs4270 datasheet, there is no reference to mono mode. Signed-off-by: Fabio Estevam Acked-by: Timur Tabi Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 815b53bc2d2..8e4779812b9 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c @@ -459,7 +459,7 @@ static struct snd_soc_dai_driver cs4270_dai = { .name = "cs4270-hifi", .playback = { .stream_name = "Playback", - .channels_min = 1, + .channels_min = 2, .channels_max = 2, .rates = SNDRV_PCM_RATE_CONTINUOUS, .rate_min = 4000, @@ -468,7 +468,7 @@ static struct snd_soc_dai_driver cs4270_dai = { }, .capture = { .stream_name = "Capture", - .channels_min = 1, + .channels_min = 2, .channels_max = 2, .rates = SNDRV_PCM_RATE_CONTINUOUS, .rate_min = 4000,