]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SDCA: Add SDCA FDL data parsing
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Mon, 20 Oct 2025 15:55:06 +0000 (16:55 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Oct 2025 15:31:23 +0000 (15:31 +0000)
commitc4d096c3ca425562192a3626c30e82651d0f2c1c
tree410c341f8761a5841396197ec9beaeda4764e93a
parentdaab108504be73182c16a72b9cfe47ac3b1928ca
ASoC: SDCA: Add SDCA FDL data parsing

Add parsing of ACPI DisCo information specific to FDL (File DownLoad).
DisCo contains a list of File Sets which can be requested by the device
and within each of those a list of individual files to be downloaded to
the device. Optionally the contents of the files may also be present in
a special ACPI table, called SWFT (SoundWire File Table).

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-14-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca.h
include/sound/sdca_function.h
sound/soc/sdca/sdca_device.c
sound/soc/sdca/sdca_functions.c