Changeset 445 for GPL/trunk/alsa-kernel/include
- Timestamp:
- Jun 8, 2009, 11:51:32 AM (16 years ago)
- Location:
- GPL/trunk/alsa-kernel/include/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/config.h
r442 r445 62 62 #include <linux/init.h> 63 63 #include <linux/lockdep.h> 64 #include <linux/smp_lock.h> 64 65 #include "compat_22.h" 65 66 -
GPL/trunk/alsa-kernel/include/sound/minors.h
r399 r445 103 103 #define SNDRV_OSS_DEVICE_TYPE_MUSIC 6 104 104 105 #ifndef TARGET_OS2 105 106 #define MODULE_ALIAS_SNDRV_MINOR(type) \ 106 107 MODULE_ALIAS("sound-service-?-" __stringify(type)) 107 108 #else 109 #define MODULE_ALIAS_SNDRV_MINOR(a) 110 #endif 108 111 #endif 109 112
Note:
See TracChangeset
for help on using the changeset viewer.