]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: SDCA: Add UMP buffer helper functions
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 20 Oct 2025 15:55:05 +0000 (16:55 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Oct 2025 15:31:22 +0000 (15:31 +0000)
commitdaab108504be73182c16a72b9cfe47ac3b1928ca
tree9a1169fc2657ee2465eeb08d419a429f1f882cc2
parent7b6be935e7eff06025e18cea4c6620194450abe2
ASoC: SDCA: Add UMP buffer helper functions

Add helper functions for handling Universal Message Passing (UMP)
buffers on SDCA devices. These are generic mechanisms to pass blocks of
binary data between the host and the device, in both directions. They
are used for things like passing HID descriptors and the File Download
process.

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.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-13-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca_function.h
include/sound/sdca_ump.h [new file with mode: 0644]
sound/soc/sdca/Makefile
sound/soc/sdca/sdca_ump.c [new file with mode: 0644]