Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7570ef18 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Add missing num_adc_nids definition for IDT92HD8xxx



The previous fix removed the definition of num_adc_nids wrongly, and
this resulted in the missing input-source control.  Now readded again.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 667067d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5297,6 +5297,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
	spec->mux_nids = stac92hd83xxx_mux_nids;
	spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids);
	spec->adc_nids = stac92hd83xxx_adc_nids;
	spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
	spec->pwr_nids = stac92hd83xxx_pwr_nids;
	spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
	spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);