summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_audmix.h
AgeCommit message (Collapse)Author
2019-11-25ASoC: fsl_audmix: Add spin lock to protect tdmsShengjiu Wang
When two stream start to run, the trigger function may be called by two substream in same time, that the priv->tdms may be updated wrongly Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-03-26ASoC: fsl: Add Audio Mixer CPU DAI driverViorel Suman
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>