ASoC: SDCA: Add missing HID kernel doc

Add missing kernel doc for the function sdca_add_hid_device()

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20260805124205.4152543-8-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Charles Keepax 2026-08-05 13:42:04 +01:00 committed by Mark Brown
parent df1fd5d8ab
commit 3ede9e98ca
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -86,6 +86,12 @@ static const struct hid_ll_driver sdw_hid_driver = {
.raw_request = sdwhid_raw_request,
};
/**
* sdca_add_hid_device - create a new SDCA HID device
* @interrupt: Pointer to the SDCA interrupt information structure.
*
* Return: Zero on success, and a negative error code on failure.
*/
int sdca_add_hid_device(struct sdca_interrupt *interrupt)
{
struct device *dev = interrupt->dev;