ASoC: rt721-sdca: Add RT721 SDCA driver
authorJack Yu <jack.yu@realtek.com>
Tue, 1 Oct 2024 09:17:38 +0000 (09:17 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 7 Oct 2024 16:11:09 +0000 (17:11 +0100)
commit86ce355c1f9ab943bbe099ea7d0b8a3af2247f65
treeb0cabb4e1b4da04a390cfb69f9e51723ad299fa0
parentbbca8e7050e0769d46eb775082d1926db05e7dac
ASoC: rt721-sdca: Add RT721 SDCA driver

This is the initial codec driver for rt721-sdca.
It's a three functions (jack,mic,amp) soundwire driver.

Signed-off-by: Jack Yu <jack.yu@realtek.com>
v2: Fix typo in mbq default registers.
v3: Include soundwire common functions for Realtek.
Link: https://patch.msgid.link/d18b35f8b6934fc6a2be6c4458a63fe5@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/rt721-sdca-sdw.c [new file with mode: 0644]
sound/soc/codecs/rt721-sdca-sdw.h [new file with mode: 0644]
sound/soc/codecs/rt721-sdca.c [new file with mode: 0644]
sound/soc/codecs/rt721-sdca.h [new file with mode: 0644]