Commit 7989fba9 authored by Matthew Ranostay's avatar Matthew Ranostay Committed by Takashi Iwai

[ALSA] hda: STAC927x invalid association value

STAC_DELL_BIOS quirks were setting the association value wrong
for port 0x0f, which prevented it from being included in hp_outs[].
Signed-off-by: default avatarMatthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4451089e
...@@ -3631,7 +3631,7 @@ static int patch_stac927x(struct hda_codec *codec) ...@@ -3631,7 +3631,7 @@ static int patch_stac927x(struct hda_codec *codec)
break; break;
case STAC_DELL_BIOS: case STAC_DELL_BIOS:
/* correct the front output jack as a hp out */ /* correct the front output jack as a hp out */
stac92xx_set_config_reg(codec, 0x0f, 0x02270110); stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);
/* correct the front input jack as a mic */ /* correct the front input jack as a mic */
stac92xx_set_config_reg(codec, 0x0e, 0x02a79130); stac92xx_set_config_reg(codec, 0x0e, 0x02a79130);
/* fallthru */ /* fallthru */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment