From f9bbed9a20694452425645f0f01c7f01c7bbdce1 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Fri, 22 Jul 2016 18:39:38 +0800 Subject: ASoC: fsl_sai: expand the channel_max to 32 sai can support 32 channel in maximum. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_sai.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound') diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c index a295ceedceae..12c15ab5ed19 100644 --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c @@ -779,7 +779,7 @@ static struct snd_soc_dai_driver fsl_sai_dai = { .playback = { .stream_name = "CPU-Playback", .channels_min = 1, - .channels_max = 2, + .channels_max = 32, .rate_min = 8000, .rate_max = 192000, .rates = SNDRV_PCM_RATE_KNOT, @@ -788,7 +788,7 @@ static struct snd_soc_dai_driver fsl_sai_dai = { .capture = { .stream_name = "CPU-Capture", .channels_min = 1, - .channels_max = 2, + .channels_max = 32, .rate_min = 8000, .rate_max = 192000, .rates = SNDRV_PCM_RATE_KNOT, -- cgit v1.2.3