aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorMatthew Ranostay <mranostay@embeddedalley.com>2008-09-07 06:04:17 -0400
committerJaroslav Kysela <perex@perex.cz>2008-09-09 03:11:42 -0400
commit07f455f779acfb3eba4921fd1399761559b10fa9 (patch)
treee806c3e4d029f700a77fd92b4e9c30d95eea8edb /sound/pci/hda/patch_sigmatel.c
parentd9737751eb7f2f3f6e973834ea9f215e855d46ea (diff)
ALSA: hda: removed unneeded hp_nid references
Removed unneeded hp_nid references for 92hd73xx codec family. Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 8ff7b95c34e5..4da53689618a 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3878,17 +3878,14 @@ again:
3878 3878
3879 switch (spec->multiout.num_dacs) { 3879 switch (spec->multiout.num_dacs) {
3880 case 0x3: /* 6 Channel */ 3880 case 0x3: /* 6 Channel */
3881 spec->multiout.hp_nid = 0x17;
3882 spec->mixer = stac92hd73xx_6ch_mixer; 3881 spec->mixer = stac92hd73xx_6ch_mixer;
3883 spec->init = stac92hd73xx_6ch_core_init; 3882 spec->init = stac92hd73xx_6ch_core_init;
3884 break; 3883 break;
3885 case 0x4: /* 8 Channel */ 3884 case 0x4: /* 8 Channel */
3886 spec->multiout.hp_nid = 0x18;
3887 spec->mixer = stac92hd73xx_8ch_mixer; 3885 spec->mixer = stac92hd73xx_8ch_mixer;
3888 spec->init = stac92hd73xx_8ch_core_init; 3886 spec->init = stac92hd73xx_8ch_core_init;
3889 break; 3887 break;
3890 case 0x5: /* 10 Channel */ 3888 case 0x5: /* 10 Channel */
3891 spec->multiout.hp_nid = 0x19;
3892 spec->mixer = stac92hd73xx_10ch_mixer; 3889 spec->mixer = stac92hd73xx_10ch_mixer;
3893 spec->init = stac92hd73xx_10ch_core_init; 3890 spec->init = stac92hd73xx_10ch_core_init;
3894 }; 3891 };