From 100b684e694a7a7d5bd6118cfe2ce874c0b02880 Mon Sep 17 00:00:00 2001 From: Matthew Ranostay Date: Sun, 7 Sep 2008 12:04:17 +0200 Subject: [PATCH] --- yaml --- r: 110991 b: refs/heads/master c: 07f455f779acfb3eba4921fd1399761559b10fa9 h: refs/heads/master i: 110989: 6a052d29039f009e08625d81bd4c2d76d0c4fd72 110987: 17cfa3e6c4a9078d6acb68670188f94269fc1333 110983: e90080273c105f37234682a88b6a1705e7a7541e 110975: 240efb8105369771c388053cb69b0b3a75017f17 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b5f597a66c35..777b0919d325 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9737751eb7f2f3f6e973834ea9f215e855d46ea +refs/heads/master: 07f455f779acfb3eba4921fd1399761559b10fa9 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 8ff7b95c34e5..4da53689618a 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -3878,17 +3878,14 @@ static int patch_stac92hd73xx(struct hda_codec *codec) 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; };