Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31203
b: refs/heads/master
c: 02ada9c
h: refs/heads/master
i:
  31201: e0e468c
  31199: 02be919
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jun 28, 2006
1 parent dca9f67 commit 51a633e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e217e30c359edafce3225d2c4fbbda06ae5a408b
refs/heads/master: 02ada9c112eb00ecb9d2c04b6132f48ade534dbf
3 changes: 2 additions & 1 deletion trunk/include/sound/initval.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ static int snd_legacy_find_free_irq(int *irq_table)
{
while (*irq_table != -1) {
if (!request_irq(*irq_table, snd_legacy_empty_irq_handler,
SA_INTERRUPT, "ALSA Test IRQ", (void *) irq_table)) {
SA_INTERRUPT | SA_PROBEIRQ, "ALSA Test IRQ",
(void *) irq_table)) {
free_irq(*irq_table, (void *) irq_table);
return *irq_table;
}
Expand Down

0 comments on commit 51a633e

Please sign in to comment.