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

Commit ab657e0c authored by Lydia Wang's avatar Lydia Wang Committed by Takashi Iwai
Browse files

ALSA: hda - VIA: Add missing support for VT1718S in A-A path



Modify mute_aa_path() function to support VT1718S codec.

Signed-off-by: default avatarLydia Wang <lydiawang@viatech.com.cn>
Cc: <stable@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ce0e5a9e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1323,6 +1323,11 @@ static void mute_aa_path(struct hda_codec *codec, int mute)
		start_idx = 2;
		end_idx = 4;
		break;
	case VT1718S:
		nid_mixer = 0x21;
		start_idx = 1;
		end_idx = 3;
		break;
	default:
		return;
	}