dect
/
linux-2.6
Archived
13
0
Fork 0

[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: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Matthew Ranostay 2008-02-21 07:50:12 +01:00 committed by Takashi Iwai
parent 4451089e2a
commit 7989fba979
1 changed files with 1 additions and 1 deletions

View File

@ -3631,7 +3631,7 @@ static int patch_stac927x(struct hda_codec *codec)
break;
case STAC_DELL_BIOS:
/* 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 */
stac92xx_set_config_reg(codec, 0x0e, 0x02a79130);
/* fallthru */