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

Commit 09b83d10 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda/conexant - Add hp-mic-fix model string



Add "hp-mic-fix" model string for Conexant codecs so that user can
test the quirk without recompiling.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f16041df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -263,6 +263,8 @@ hp-dock
    HP dock support
mute-led-gpio
    Mute LED control via GPIO
hp-mic-fix
    Fix for headset mic pin on HP boxes

STAC9200
========
+1 −0
Original line number Diff line number Diff line
@@ -998,6 +998,7 @@ static const struct hda_model_fixup cxt5066_fixup_models[] = {
	{ .id = CXT_FIXUP_MUTE_LED_EAPD, .name = "mute-led-eapd" },
	{ .id = CXT_FIXUP_HP_DOCK, .name = "hp-dock" },
	{ .id = CXT_FIXUP_MUTE_LED_GPIO, .name = "mute-led-gpio" },
	{ .id = CXT_FIXUP_HP_MIC_NO_PRESENCE, .name = "hp-mic-fix" },
	{}
};