]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: rt5575: Add the codec driver for the ALC5575
authorOder Chiou <oder_chiou@realtek.com>
Wed, 31 Dec 2025 02:37:11 +0000 (10:37 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 5 Jan 2026 13:18:52 +0000 (13:18 +0000)
commit420739112e95c9bb286b4e87875706925970abd3
tree3c75cf80f979b90308bf5df4bd2672c87e2dd3ad
parentaf4c0b951b18a8af73fa8541fabf1bf2484bba9b
ASoC: rt5575: Add the codec driver for the ALC5575

The ALC5575 integrates an audio DSP that typically loads its firmware
from an external flash via its own SPI host interface. In certain
hardware configurations, the firmware can alternatively be loaded
through the SPI client interface. The driver provides basic mute and
volume control functions. When the SPI client interface is enabled,
firmware loading is handled by the SPI driver.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Link: https://patch.msgid.link/17c36d07af44ffb1d600977955da95852f8d60f3.1767148150.git.oder_chiou@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/rt5575-spi.c [new file with mode: 0644]
sound/soc/codecs/rt5575-spi.h [new file with mode: 0644]
sound/soc/codecs/rt5575.c [new file with mode: 0644]
sound/soc/codecs/rt5575.h [new file with mode: 0644]