Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117577
b: refs/heads/master
c: da74ae3
h: refs/heads/master
i:
  117575: e6d0927
v: v3
  • Loading branch information
Harvey Harrison authored and Takashi Iwai committed Oct 22, 2008
1 parent 0a2c806 commit f5f060d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 863b45180ef541a1990e4986d30fb7a93022a733
refs/heads/master: da74ae3e32374755e0fbdfed4074cf839a82f615
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ static int stac92xx_build_controls(struct hda_codec *codec)
return err;
spec->multiout.share_spdif = 1;
}
if (spec->dig_in_nid && (!spec->gpio_dir & 0x01)) {
if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
if (err < 0)
return err;
Expand Down

0 comments on commit f5f060d

Please sign in to comment.