ALSA: hda: Fix kctl->id initialization
authorTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 09:38:55 +0000 (11:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 12:31:18 +0000 (14:31 +0200)
commit5c219a340850233aecbb444af964653ecd3d1370
tree6517cf58221687d05ab807c6e1dd6652140c8b6a
parentc5ae57b1bb99bd6f50b90428fabde397c2aeba0f
ALSA: hda: Fix kctl->id initialization

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>
sound/pci/hda/hda_codec.c