21 Feb
2008
21 Feb
'08
8:06 a.m.
At Wed, 20 Feb 2008 17:07:17 -0500, Matthew Ranostay wrote:
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: Matthew Ranostay mranostay@embeddedalley.com
Applied to HG tree. Hopefully this fixes the problem with Dell XP M1530...
Thanks,
Takashi
diff -r 30701aaf404c pci/hda/patch_sigmatel.c --- a/pci/hda/patch_sigmatel.c Wed Feb 20 12:13:29 2008 +0100 +++ b/pci/hda/patch_sigmatel.c Wed Feb 20 15:01:35 2008 -0700 @@ -3630,7 +3630,7 @@ static int patch_stac927x(struct hda_cod break; case STAC_DELL_BIOS: /* correct the front output jack as a hp out */
stac92xx_set_config_reg(codec, 0x0f, 0x02270110);
/* correct the front input jack as a mic */ stac92xx_set_config_reg(codec, 0x0e, 0x02a79130); /* fallthru */stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);