ALSA: ymfpci: Fix kctl->id initialization
authorTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 09:38:52 +0000 (11:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2023 09:15:24 +0000 (11:15 +0200)
commit1f6c520932bca5be9e8dec137fccb2fc094a80fe
tree0e021f6260133f2f368c195e15fbe19aa9729bf1
parentbe0b9b7a6d7757cba0edd68098932725fe722413
ALSA: ymfpci: Fix kctl->id initialization

commit c9b83ae4a1609b1914ba7fc70826a3f3a8b234db upstream.

ymfpci 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-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/ymfpci/ymfpci_main.c