]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: SDCA: Add FDL library for XU entities
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Mon, 20 Oct 2025 15:55:07 +0000 (16:55 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Oct 2025 15:31:24 +0000 (15:31 +0000)
commit71f7990a34cdb11f82d3cbbcddaca77a55635466
tree5319139d3e80f43af9b46fc33af7d1a5ca370d88
parentc4d096c3ca425562192a3626c30e82651d0f2c1c
ASoC: SDCA: Add FDL library for XU entities

Some instances of the XU Entity have a need for Files to be downloaded
from the Host. In these XUs, there is one instance of a Host to Device
(Consumer) UMP, identified by the FDL_CurrentOwner Control. FDL Library
introduced here implements the FDL flow triggered by FDL_CurrentOwner
irq, which sends a file from SoundWire File Table (SWFT) or from the
firmware directory in specific cases, to the Device FDL UMP.

Currently only Direct method of FDL is implemented.

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20251020155512.353774-15-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca_fdl.h [new file with mode: 0644]
include/sound/sdca_function.h
sound/soc/sdca/Kconfig
sound/soc/sdca/Makefile
sound/soc/sdca/sdca_fdl.c [new file with mode: 0644]