From: Gary Zhang Date: Fri, 30 Dec 2011 08:39:41 +0000 (+0800) Subject: ENGR00171026 SGTL5000: remove mono support X-Git-Tag: v3.0.35-fsl~1681 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=46aa8b18359c872d1ee75bc01da50a710d9e4849;p=karo-tx-linux.git ENGR00171026 SGTL5000: remove mono support there is a issue on 24bit mono transmit of sgtl5000, temporarily disable mono support Signed-off-by: Gary Zhang --- diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index be219ac9e093..fd055146192d 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -1193,7 +1193,7 @@ static struct snd_soc_dai_driver sgtl5000_dai = { .name = "sgtl5000", .playback = { .stream_name = "Playback", - .channels_min = 1, + .channels_min = 2, .channels_max = 2, /* * only support 8~48K + 96K, @@ -1204,7 +1204,7 @@ static struct snd_soc_dai_driver sgtl5000_dai = { }, .capture = { .stream_name = "Capture", - .channels_min = 1, + .channels_min = 2, .channels_max = 2, .rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_96000, .formats = SGTL5000_FORMATS,