ALSA: control: Add lockdep warning to internal functions
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Jul 2023 14:12:58 +0000 (16:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Jul 2023 08:01:40 +0000 (10:01 +0200)
commit8320ba0ce534dea603b7ba22f484ee39ef2ce746
treef46c1f44bb5551b5572568e1017c67132898d13d
parent192c4cccd015f52c94d0420eb5d7305a1ca28998
ALSA: control: Add lockdep warning to internal functions

To assure the proper locking, add the lockdep check to
__snd_ctl_remove(), __snd_ctl_add_replace() and other internal
functions to handle user controls.

Link: https://lore.kernel.org/r/20230718141304.1032-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c