MLK-23287-1: ASoC: fsl_aud2htx: Add aud2htx module driver
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 8 Jan 2020 08:10:03 +0000 (16:10 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 02:57:07 +0000 (10:57 +0800)
commita88602938127be9acc8d61af0b4cc778e995cd0b
treec97134c59b82801663792d86777064459b59d8c3
parent72a9c11b52258c9bf48b8b65bae370274797835e
MLK-23287-1: ASoC: fsl_aud2htx: Add aud2htx module driver

The AUD2HTX is a digital module that provides a bridge between
the Audio Subsystem and the HDMI RTX Subsystem. This module
includes intermediate storage to queue SDMA transactions prior
to being synchronized and passed to the HDMI RTX Subsystem over
the Audio Link.

The AUD2HTX contains a DMA request routed to the SDMA module.
This DMA request is controlled based on the watermark level in
the 32-entry sample buffer.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_aud2htx.c [new file with mode: 0644]
sound/soc/fsl/fsl_aud2htx.h [new file with mode: 0644]