diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2002-03-06 18:10:05 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-03-06 18:10:05 -0800 |
| commit | bbf5aea13f56b3bda1e032e268fe410111aae6bb (patch) | |
| tree | 569a5110d8ba51b8b3515dd483b42be796526b4a /include/sound/driver.h | |
| parent | adc4bc979b028e76bb5859ca345c042d8cd903f2 (diff) | |
[PATCH] ALSA patch for 2.5.6pre2
Hello,
this recent ALSA patch includes:
- added initial version of Config.help files
- moved /proc/asound/sndstat to /proc/asound/oss/sndstat
- moved /proc/asound/oss-devices to /proc/asound/oss/devices
- snd-rtctimer updates (blocking of RTC driver change)
- added ioctl conversion code for 32-bit applications running on 64-bit kernels
- fixed dependencies in makefiles
- wavefront driver cleanups (removed LOOPS_PER_SEC)
- created Documentation/sound/alsa directory
Jaroslav
Diffstat (limited to 'include/sound/driver.h')
| -rw-r--r-- | include/sound/driver.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sound/driver.h b/include/sound/driver.h index ca4d4ab28e46..2fd88e2701b8 100644 --- a/include/sound/driver.h +++ b/include/sound/driver.h @@ -78,12 +78,4 @@ void snd_wrapper_vfree(void *); #include "sndmagic.h" -/* - * Temporary hack, until linux/init.h is fixed. - */ -#include <linux/init.h> -#ifndef __devexit_p -#define __devexit_p(x) x -#endif - #endif /* __SOUND_DRIVER_H */ |
