diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-02-21 01:50:12 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:14 -0400 |
commit | 7989fba979daea99285079dc0099ab658e4db759 (patch) | |
tree | 5162b81096c0cd5bef3974d0b8ef7cafdb074587 /sound/pci | |
parent | 4451089e2aafba87d7574e27c839895131a80293 (diff) |
[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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index a31155d41405..70c569459758 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -3631,7 +3631,7 @@ static int patch_stac927x(struct hda_codec *codec) | |||
3631 | break; | 3631 | break; |
3632 | case STAC_DELL_BIOS: | 3632 | case STAC_DELL_BIOS: |
3633 | /* correct the front output jack as a hp out */ | 3633 | /* correct the front output jack as a hp out */ |
3634 | stac92xx_set_config_reg(codec, 0x0f, 0x02270110); | 3634 | stac92xx_set_config_reg(codec, 0x0f, 0x0227011f); |
3635 | /* correct the front input jack as a mic */ | 3635 | /* correct the front input jack as a mic */ |
3636 | stac92xx_set_config_reg(codec, 0x0e, 0x02a79130); | 3636 | stac92xx_set_config_reg(codec, 0x0e, 0x02a79130); |
3637 | /* fallthru */ | 3637 | /* fallthru */ |