summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-02-28 17:04:36 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:21 +0800
commitfc99973afa1d8c61b7db7aac3d0f7ba611ca76eb (patch)
treec0bb1126712c1ac1ae670d8e8682e340cdb3a01b /sound
parent85982e7fa92adb3a9701a79ef7766cfacb8046a3 (diff)
ENGR00175219-4 wm8958: add audio codec support
add two channels record support. Signed-off-by: Gary Zhang <b13634@freescale.com>
Diffstat (limited to 'sound')
-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 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,
},