Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16101
b: refs/heads/master
c: 2744112
h: refs/heads/master
i:
  16099: 99c3dcc
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 23e1b72 commit def5b2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: ebfbd2b83da14c7118da0efd1b59d8b641da08c2
refs/heads/master: 27441127b086230cc4c57d6cd9a615272fb47bcd
14 changes: 0 additions & 14 deletions trunk/include/sound/initval.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@
#define SNDRV_DEFAULT_DMA_SIZE { [0 ... (SNDRV_CARDS-1)] = SNDRV_AUTO_DMA_SIZE }
#define SNDRV_DEFAULT_PTR SNDRV_DEFAULT_STR

#ifdef SNDRV_LEGACY_AUTO_PROBE
static int snd_legacy_auto_probe(unsigned long *ports, int (*probe)(unsigned long port))
{
int result = 0; /* number of detected cards */

while ((signed long)*ports != -1) {
if (probe(*ports) >= 0)
result++;
ports++;
}
return result;
}
#endif

#ifdef SNDRV_LEGACY_FIND_FREE_IRQ
#include <linux/interrupt.h>

Expand Down

0 comments on commit def5b2d

Please sign in to comment.