Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133019
b: refs/heads/master
c: 45c1d85
h: refs/heads/master
i:
  133017: 2e31567
  133015: c8061b3
v: v3
  • Loading branch information
Matthew Ranostay authored and Takashi Iwai committed Feb 5, 2009
1 parent 43a8410 commit 90e5009
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 29d4ab4d6e996ef4c71910c915611151c34f1c75
refs/heads/master: 45c1d85bcc6438454d104966c30fd2497ae1cdd7
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@ static hda_nid_t stac922x_mux_nids[2] = {
0x12, 0x13,
};

static hda_nid_t stac927x_slave_dig_outs[2] = {
0x1f, 0,
};

static hda_nid_t stac927x_adc_nids[3] = {
0x07, 0x08, 0x09
};
Expand Down Expand Up @@ -5320,6 +5324,7 @@ static int patch_stac927x(struct hda_codec *codec)
return -ENOMEM;

codec->spec = spec;
codec->slave_dig_outs = stac927x_slave_dig_outs;
spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
spec->pin_nids = stac927x_pin_nids;
spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
Expand Down

0 comments on commit 90e5009

Please sign in to comment.