summaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-esai.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/imx/imx-esai.c')
-rw-r--r--sound/soc/imx/imx-esai.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/imx/imx-esai.c b/sound/soc/imx/imx-esai.c
index a3c5c44983e7..d3cf553bee2e 100644
--- a/sound/soc/imx/imx-esai.c
+++ b/sound/soc/imx/imx-esai.c
@@ -554,13 +554,13 @@ static struct snd_soc_dai_driver imx_esai_dai = {
.resume = imx_esai_resume,
.playback = {
.channels_min = 1,
- .channels_max = 6,
+ .channels_max = 12,
.rates = IMX_ESAI_RATES,
.formats = IMX_ESAI_FORMATS,
},
.capture = {
.channels_min = 1,
- .channels_max = 4,
+ .channels_max = 8,
.rates = IMX_ESAI_RATES,
.formats = IMX_ESAI_FORMATS,
},