Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119979
b: refs/heads/master
c: 85f13b6
h: refs/heads/master
i:
  119977: 9ac7b19
  119975: 0408180
v: v3
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent dc8d48b commit 97784c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa620e97feae731f3d461baaac4da0b127b6fd8e
refs/heads/master: 85f13b673f6a59d29529b2a60b88306c68e7b56c
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 97784c4

Please sign in to comment.