ASoC: SDCA: add a HID device for HIDE entity
authorShuming Fan <shumingf@realtek.com>
Mon, 16 Jun 2025 11:49:29 +0000 (19:49 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 22 Jun 2025 23:26:53 +0000 (00:26 +0100)
commitac558015dfd803626622bd0ba9645d58a3ed16b1
tree2606257b0d356956670f9e09cd257fc762d0cfb7
parent3421d46440ebe0865bec71dbd2330b4e17a425ab
ASoC: SDCA: add a HID device for HIDE entity

This patch supports to add a HID device for SDCA HIDE entity.
The codec driver could call 'hid_input_report' to report events.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250616114929.855496-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca_hid.h [new file with mode: 0644]
sound/soc/sdca/Kconfig
sound/soc/sdca/Makefile
sound/soc/sdca/sdca_functions.c
sound/soc/sdca/sdca_hid.c [new file with mode: 0644]