]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ALSA: Revert "ALSA: hda: removed unneeded hp_nid references"
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 07:20:38 +0000 (08:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 07:20:38 +0000 (08:20 +0100)
This reverts commit 07f455f779acfb3eba4921fd1399761559b10fa9.
    ALSA: hda: removed unneeded hp_nid references

    Removed unneeded hp_nid references for 92hd73xx codec family.

This caused the silent output on some Intel desktops due to missing
routing of widget 0x0a and 0x0d.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c

index 0bb3caecb86ca7e75d307a544a3b4af6e6b4bad1..5fcaae676e2a98204888ed73b945b3fbb854834f 100644 (file)
@@ -4259,14 +4259,17 @@ again:
 
        switch (spec->multiout.num_dacs) {
        case 0x3: /* 6 Channel */
+               spec->multiout.hp_nid = 0x17;
                spec->mixer = stac92hd73xx_6ch_mixer;
                spec->init = stac92hd73xx_6ch_core_init;
                break;
        case 0x4: /* 8 Channel */
+               spec->multiout.hp_nid = 0x18;
                spec->mixer = stac92hd73xx_8ch_mixer;
                spec->init = stac92hd73xx_8ch_core_init;
                break;
        case 0x5: /* 10 Channel */
+               spec->multiout.hp_nid = 0x19;
                spec->mixer = stac92hd73xx_10ch_mixer;
                spec->init = stac92hd73xx_10ch_core_init;
        };