Skip to content

Commit 41c6646

Browse files
committed
ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606
ASUS UM5606* models use the quirk to set up the bass speakers, but it missed the mic-mute LED configuration. Other similar models have the AMD ACP dmic, and the mic-mute is set up for that, but those models don't have AMD ACP but rather built-in mics of Realtek codec, hence the Realtek driver should set it up, instead. Link: https://bugzilla.kernel.org/show_bug.cgi?id=220125 Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fb4e2a6 commit 41c6646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6610,6 +6610,7 @@ static void alc294_fixup_bass_speaker_15(struct hda_codec *codec,
66106610
if (action == HDA_FIXUP_ACT_PRE_PROBE) {
66116611
static const hda_nid_t conn[] = { 0x02, 0x03 };
66126612
snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn), conn);
6613+
snd_hda_gen_add_micmute_led_cdev(codec, NULL);
66136614
}
66146615
}
66156616

0 commit comments

Comments
 (0)