summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2012-06-13 14:00:07 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-10-12 07:10:56 -0700
commit8e6a25e18502ff393656523b9e2bdcddf2a21cc9 (patch)
tree4cb516c646a6ce016f152be65cddb98ec3c13e48 /sound
parent1de05b40c65a0de45bb54bff5254d7b188281f99 (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,