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

commit 5c219a340850233aecbb444af964653ecd3d1370 upstream.

HD-audio core code replaces the kctl->id.index of SPDIF-related
controls after assigning via snd_ctl_add().  This doesn't work any
longer with the new Xarray lookup change.  The change of the kctl->id
content has to be done via snd_ctl_rename_id() helper, 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-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_codec.c