aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 348705666f99..486f6deb3eee 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1085,7 +1085,7 @@ static void azx_init_pci(struct azx *chip)
1085 * codecs. 1085 * codecs.
1086 * The PCI register TCSEL is defined in the Intel manuals. 1086 * The PCI register TCSEL is defined in the Intel manuals.
1087 */ 1087 */
1088 if (chip->driver_caps & AZX_DCAPS_NO_TCSEL) { 1088 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
1089 snd_printdd(SFX "Clearing TCSEL\n"); 1089 snd_printdd(SFX "Clearing TCSEL\n");
1090 update_pci_byte(chip->pci, ICH6_PCIREG_TCSEL, 0x07, 0); 1090 update_pci_byte(chip->pci, ICH6_PCIREG_TCSEL, 0x07, 0);
1091 } 1091 }