]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: cmipci: Fix kctl->id initialization
authorTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 09:38:53 +0000 (11:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2023 09:16:54 +0000 (11:16 +0200)
commit7bf12707fa3db4c14fbe8ab93efb421d8ca93bf8
treef94b23c09cce5afdc236c3060b8b92330ede90f7
parenta1374d2683442633f8ad2169f8f31df45048e008
ALSA: cmipci: Fix kctl->id initialization

commit f2f312ad88c68a7f4a7789b9269ae33af3c7c7e9 upstream.

cmipci driver replaces the kctl->id.device after assigning the kctl
via snd_ctl_add().  This doesn't work any longer with the new Xarray
lookup change.  It has to be set before snd_ctl_add() call instead.

Fixes: c27e1efb61c5 ("ALSA: control: Use xarray for faster lookups")
Cc: <stable@vger.kernel.org>
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20230606093855.14685-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/cmipci.c