Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193245
b: refs/heads/master
c: 1bde78b
h: refs/heads/master
i:
  193243: 771b1b9
v: v3
  • Loading branch information
Ville Syrjälä authored and Takashi Iwai committed May 8, 2010
1 parent 04e8316 commit f64402f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6895b5262ea80c99e526d40d39e0ca48014bdb95
refs/heads/master: 1bde78bc25a8e244006f63adb851bfb34407d48c
1 change: 1 addition & 0 deletions trunk/sound/pci/maestro3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2443,6 +2443,7 @@ snd_m3_enable_ints(struct snd_m3 *chip)
val = ASSP_INT_ENABLE /*| MPU401_INT_ENABLE*/;
if (chip->hv_config & HV_CTRL_ENABLE)
val |= HV_INT_ENABLE;
outb(val, chip->iobase + HOST_INT_STATUS);
outw(val, io + HOST_INT_CTRL);
outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE,
io + ASSP_CONTROL_C);
Expand Down

0 comments on commit f64402f

Please sign in to comment.