aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/intel8x0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index d71f5d1e7169..383a3ac5ecba 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -2138,7 +2138,7 @@ static void do_ali_reset(intel8x0_t *chip)
2138 iputdword(chip, ICHREG(ALI_FIFOCR2), 0x83838383); 2138 iputdword(chip, ICHREG(ALI_FIFOCR2), 0x83838383);
2139 iputdword(chip, ICHREG(ALI_FIFOCR3), 0x83838383); 2139 iputdword(chip, ICHREG(ALI_FIFOCR3), 0x83838383);
2140 iputdword(chip, ICHREG(ALI_INTERFACECR), 2140 iputdword(chip, ICHREG(ALI_INTERFACECR),
2141 ICH_ALI_IF_MC|ICH_ALI_IF_PI|ICH_ALI_IF_PO); 2141 ICH_ALI_IF_PI|ICH_ALI_IF_PO);
2142 iputdword(chip, ICHREG(ALI_INTERRUPTCR), 0x00000000); 2142 iputdword(chip, ICHREG(ALI_INTERRUPTCR), 0x00000000);
2143 iputdword(chip, ICHREG(ALI_INTERRUPTSR), 0x00000000); 2143 iputdword(chip, ICHREG(ALI_INTERRUPTSR), 0x00000000);
2144} 2144}
@@ -2484,7 +2484,7 @@ static void __devinit intel8x0_measure_ac97_clock(intel8x0_t *chip)
2484 do_gettimeofday(&stop_time); 2484 do_gettimeofday(&stop_time);
2485 /* stop */ 2485 /* stop */
2486 if (chip->device_type == DEVICE_ALI) { 2486 if (chip->device_type == DEVICE_ALI) {
2487 iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 8)); 2487 iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
2488 iputbyte(chip, port + ICH_REG_OFF_CR, 0); 2488 iputbyte(chip, port + ICH_REG_OFF_CR, 0);
2489 while (igetbyte(chip, port + ICH_REG_OFF_CR)) 2489 while (igetbyte(chip, port + ICH_REG_OFF_CR))
2490 ; 2490 ;