From d7d1cfc0666041bc1935a7a1df24e6f161df912b Mon Sep 17 00:00:00 2001 From: Lionel Xu Date: Wed, 13 Jun 2012 14:00:07 +0800 Subject: [PATCH] ENGR00163374 ESAI: ESAI driver does not support mono playback To remove mono playback support for ESAI. Signed-off-by: Lionel Xu --- sound/soc/imx/imx-esai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5