From 97784c4277e5c1715ab5731bf79c065bfc5ba0bd Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 19 Dec 2008 08:20:38 +0100 Subject: [PATCH] --- yaml --- r: 119979 b: refs/heads/master c: 85f13b673f6a59d29529b2a60b88306c68e7b56c h: refs/heads/master i: 119977: 9ac7b192efe5360cadc6d915e19797ef7d48ce87 119975: 0408180a94fd1e2f97b226e82476fe55c986beec v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1dec6a77696f..4c40cfeb2f61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa620e97feae731f3d461baaac4da0b127b6fd8e +refs/heads/master: 85f13b673f6a59d29529b2a60b88306c68e7b56c diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 0bb3caecb86c..5fcaae676e2a 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -4259,14 +4259,17 @@ 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; };