ASoC: stm32: sai: increase channels_max limit
authorOlivier Moysan <olivier.moysan@st.com>
Wed, 17 Nov 2021 11:00:31 +0000 (12:00 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 17 Nov 2021 13:04:53 +0000 (13:04 +0000)
commit7fabe7fed182498cac568100d8e28d4b95f8a80e
treef3058998c93236f4e5be0ade0b48ae72d5100d45
parent7548a391c53cab2af0954d252cc5a9a793fd4c0e
ASoC: stm32: sai: increase channels_max limit

The SAI peripheral supports up to 16 channels in TDM mode (8L+8R).
The driver currently supports TDM over two channels.
Increase SAI DAI playback/record channels_max,
to also allow up to 16 channels in TDM mode.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
Link: https://lore.kernel.org/r/20211117110031.19345-1-olivier.moysan@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/stm/stm32_sai_sub.c