Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252356
b: refs/heads/master
c: 46f2cc8
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 28, 2011
1 parent 62cf6ab commit f7c6871
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: f23a5e1405e47df6cdc86568ea75df266b9e151f
refs/heads/master: 46f2cc80514e389bacfb642a32a4181fa1f1d20b
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ static void azx_init_pci(struct azx *chip)
* codecs.
* The PCI register TCSEL is defined in the Intel manuals.
*/
if (chip->driver_caps & AZX_DCAPS_NO_TCSEL) {
if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
snd_printdd(SFX "Clearing TCSEL\n");
update_pci_byte(chip->pci, ICH6_PCIREG_TCSEL, 0x07, 0);
}
Expand Down

0 comments on commit f7c6871

Please sign in to comment.