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

Commit b9591448 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix ALC662 beep again



The previous commit breaks the (digital-) beep on ALC662.
ALC662 has the connection index 0x05 while ALC662 and ALC272 have the
index 0x04 for the beep widget.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b8dbed0f
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -16951,6 +16951,9 @@ static int patch_alc662(struct hda_codec *codec)
	if (!spec->cap_mixer)
	if (!spec->cap_mixer)
		set_capture_mixer(spec);
		set_capture_mixer(spec);
	if (codec->vendor_id == 0x10ec0662)
		set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
	else
		set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
		set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
	spec->vmaster_nid = 0x02;
	spec->vmaster_nid = 0x02;