[ALSA] hda: STAC927x invalid association value
authorMatthew Ranostay <mranostay@embeddedalley.com>
Thu, 21 Feb 2008 06:50:12 +0000 (07:50 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:14 +0000 (12:00 +0200)
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>
sound/pci/hda/patch_sigmatel.c

index a31155d41405afdda82e2bd70067681f45516914..70c56945975869580ba2cdfd0c1275f7e7ca16be 100644 (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 */
This page took 0.027378 seconds and 5 git commands to generate.