Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120551
b: refs/heads/master
c: 9158923
h: refs/heads/master
i:
  120549: 06d4700
  120547: d5389ad
  120543: 12cd516
v: v3
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent 0842835 commit 47df7c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 6030634ac3dc818d2eafa3ddf00abba88918b3bd
refs/heads/master: 9158923228822c08ed3116bfe21472261a05a725
5 changes: 2 additions & 3 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2972,8 +2972,8 @@ static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
"Front", "Surround", NULL /*CLFE*/, "Side"
};
hda_nid_t nid = 0;
int i, err, num_dacs;
unsigned int wid_caps, pincap;
int i, err;
unsigned int wid_caps;

for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
nid = spec->multiout.dac_nids[i];
Expand Down Expand Up @@ -4033,7 +4033,6 @@ static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
* "xxx as Output" mixer switch
*/
struct sigmatel_spec *spec = codec->spec;
struct auto_pin_cfg *cfg = &spec->autocfg;
if (nid == spec->line_switch || nid == spec->mic_switch)
return;
}
Expand Down

0 comments on commit 47df7c3

Please sign in to comment.