mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
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:
parent
df1fd5d8ab
commit
3ede9e98ca
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user