aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-02-28 17:04:36 +0800
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-04-18 22:09:51 +0200
commit70b5e5a9fb884fb100e1b731aa96fbcd51cd9656 (patch)
tree45fc2057848cc2e06ec96d7f92d4e543c1a4b89f
parent3f874a2aab8e9fe70181b11ae61d1991ef5502c3 (diff)
downloadimx6-70b5e5a9fb884fb100e1b731aa96fbcd51cd9656.tar.gz
ENGR00175219-4 wm8958: add audio codec support
add two channels record support. Signed-off-by: Gary Zhang <b13634@freescale.com>
-rw-r--r--sound/soc/codecs/wm8994.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 9e5bb4b79a2..171c1c720d7 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,
},