Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
- index a645e29..a27cc11 100644
- --- a/sound/soc/fsl/fsl_esai.c
- +++ b/sound/soc/fsl/fsl_esai.c
- @@ -629,14 +629,14 @@ static struct snd_soc_dai_driver fsl_esai_dai = {
- .playback = {
- .stream_name = "CPU-Playback",
- .channels_min = 1,
- - .channels_max = 12,
- + .channels_max = 128,
- .rates = FSL_ESAI_RATES,
- .formats = FSL_ESAI_FORMATS,
- },
- .capture = {
- .stream_name = "CPU-Capture",
- .channels_min = 1,
- - .channels_max = 8,
- + .channels_max = 128,
- .rates = FSL_ESAI_RATES,
- .formats = FSL_ESAI_FORMATS,
- },
Advertisement
Add Comment
Please, Sign In to add comment