From bca6fe4aa14bad2b6ca050482571cf0bb10d70ff Mon Sep 17 00:00:00 2001 From: Gary Zhang Date: Tue, 28 Feb 2012 17:04:36 +0800 Subject: [PATCH] ENGR00175219-4 wm8958: add audio codec support add two channels record support. Signed-off-by: Gary Zhang --- sound/soc/codecs/wm8994.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 9e5bb4b79a2b..171c1c720d7c 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2371,8 +2371,8 @@ static struct snd_soc_dai_driver wm8994_dai[] = { }, .capture = { .stream_name = "AIF1 Capture", - .channels_min = 1, - .channels_max = 1, + .channels_min = 2, + .channels_max = 2, .rates = WM8994_RATES, .formats = WM8994_FORMATS, }, -- 2.39.5