ASoC: fsl: Add support for QMC audio
authorHerve Codina <herve.codina@bootlin.com>
Fri, 17 Feb 2023 14:56:44 +0000 (15:56 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 5 Mar 2023 23:37:10 +0000 (23:37 +0000)
commit075c7125b11c72e7933401d73000d6d151196072
tree6cd4f025a82e69b2a64bd8b3571a0ddeb0667570
parentf72ebecd8008e1ccf2e85da9791339e572cc9333
ASoC: fsl: Add support for QMC audio

The QMC audio is an ASoC component which provides DAIs
that use the QMC (QUICC Multichannel Controller) to transfer
the audio data.

It provides as many DAIs as the number of QMC channels it
references.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Tested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20230217145645.1768659-10-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_qmc_audio.c [new file with mode: 0644]