summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2012-06-13 14:00:07 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:38:40 +0800
commit43f001fd89948b1b6ed534d451353fe269ac3e80 (patch)
tree4cb516c646a6ce016f152be65cddb98ec3c13e48 /sound
parentc346dbe8ad7b46abfb013520ecdef9c73ad7cced (diff)
ENGR00163374 ESAI: ESAI driver does not support mono playback
To remove mono playback support for ESAI. Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-esai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-esai.c b/sound/soc/imx/imx-esai.c
index 67eedfad54bc..daa3a8ae7a11 100644
--- a/sound/soc/imx/imx-esai.c
+++ b/sound/soc/imx/imx-esai.c
@@ -569,7 +569,7 @@ static struct snd_soc_dai_driver imx_esai_dai = {
.suspend = imx_esai_suspend,
.resume = imx_esai_resume,
.playback = {
- .channels_min = 1,
+ .channels_min = 2,
.channels_max = 12,
.rates = IMX_ESAI_RATES,
.formats = IMX_ESAI_FORMATS,