Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92073
b: refs/heads/master
c: aea7bb0
h: refs/heads/master
i:
  92071: 4eb1ee7
v: v3
  • Loading branch information
Takashi Iwai committed Apr 24, 2008
1 parent eed4fca commit d386ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25a47b6b01314f027553d231c1a67dee27ff02b0
refs/heads/master: aea7bb0a6ff5e751ef611ba9c1146c3c8489f25e
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static hda_nid_t stac92hd71bxx_dmux_nids[1] = {
0x1c,
};

static hda_nid_t stac92hd71bxx_dac_nids[2] = {
static hda_nid_t stac92hd71bxx_dac_nids[1] = {
0x10, /*0x11, */
};

Expand Down Expand Up @@ -3550,7 +3550,7 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
spec->pwr_nids = stac92hd71bxx_pwr_nids;

spec->multiout.num_dacs = 2;
spec->multiout.num_dacs = 1;
spec->multiout.hp_nid = 0x11;
spec->multiout.dac_nids = stac92hd71bxx_dac_nids;

Expand Down

0 comments on commit d386ed0

Please sign in to comment.