OSDN Git Service

ALSA: control: add snd_ctl_rename()
authorMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Thu, 20 Oct 2022 20:46:21 +0000 (22:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Oct 2022 06:17:08 +0000 (08:17 +0200)
commit966f015fe4329199cc49084ee2886cfb626b34d3
treeb2385617043d48f185a0047e9333f8aff20cddfb
parent4881bda5ea05c8c240fc8afeaa928e2bc43f61fa
ALSA: control: add snd_ctl_rename()

Add a snd_ctl_rename() function that takes care of updating the control
hash entries for callers that already have the relevant struct snd_kcontrol
at hand and hold the control write lock (or simply haven't registered the
card yet).

Fixes: c27e1efb61c5 ("ALSA: control: Use xarray for faster lookups")
Cc: stable@vger.kernel.org
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Link: https://lore.kernel.org/r/4170b71117ea81357a4f7eb8410f7cde20836c70.1666296963.git.maciej.szmigiero@oracle.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/control.h
sound/core/control.c