OSDN Git Service

ASoC: fsl: Add Audio Mixer CPU DAI driver
authorViorel Suman <viorel.suman@nxp.com>
Tue, 22 Jan 2019 11:14:26 +0000 (11:14 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2019 14:07:35 +0000 (14:07 +0000)
commitbe1df61cf06efb355c90702e46b8d46f055acb4e
treeb61b261fd18b4fef624260e1414479b8ff6958eb
parent64f01d2b5ccc621c3aa66b82daf9154f5581f36a
ASoC: fsl: Add Audio Mixer CPU DAI driver

This patch implements Audio Mixer CPU DAI driver for NXP iMX8 SOCs.
The Audio Mixer is a on-chip functional module that allows mixing of
two audio streams into a single audio stream.

Audio Mixer datasheet is available here:
https://www.nxp.com/docs/en/reference-manual/IMX8DQXPRM.pdf

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_audmix.c [new file with mode: 0644]
sound/soc/fsl/fsl_audmix.h [new file with mode: 0644]