aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/initval.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 17:22:43 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:28:52 +0100
commit27441127b086230cc4c57d6cd9a615272fb47bcd (patch)
tree83ef28d69ec9b3699ddf28eec2e79745c002cfa8 /include/sound/initval.h
parent[ALSA] Remove snd_card_generic_dev() (diff)
downloadlinux-dev-27441127b086230cc4c57d6cd9a615272fb47bcd.tar.xz
linux-dev-27441127b086230cc4c57d6cd9a615272fb47bcd.zip
[ALSA] Remove snd_legacy_auto_probe()
Modules: ALSA Core Remove unsed snd_legacy_auto_probe() function. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/initval.h')
-rw-r--r--include/sound/initval.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/sound/initval.h b/include/sound/initval.h
index 2bf1508825a4..d29e3d31d149 100644
--- a/include/sound/initval.h
+++ b/include/sound/initval.h
@@ -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>