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

Commit 1098b7c2 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Set codec->single_adc_amp flag for Realtek codecs



It turned out that Realtek codecs (ALC260, etc) with input amps in
audio-input widgets don't handle the multiple individual input amps.
Thus we need to set codec->single_adc_amp flag for them in general.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6be7f534
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4373,6 +4373,7 @@ static int alc_alloc_spec(struct hda_codec *codec, hda_nid_t mixer_nid)
	if (!spec)
		return -ENOMEM;
	codec->spec = spec;
	codec->single_adc_amp = 1;
	spec->mixer_nid = mixer_nid;
	snd_hda_gen_init(&spec->gen);
	snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32);