Changeset 109 for GPL/branches
- Timestamp:
- May 21, 2007, 6:22:41 AM (18 years ago)
- Location:
- GPL/branches/alsa-resync1/alsa-kernel
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/core/pcm_native.c
r105 r109 31 31 #include <sound/pcm.h> 32 32 #include <sound/pcm_params.h> 33 #include <sound/timer.h> 33 34 #include <sound/minors.h> 34 35 -
GPL/branches/alsa-resync1/alsa-kernel/include/sound/control.h
r106 r109 34 34 typedef struct sndrv_ctl_event snd_ctl_event_t; 35 35 36 #define _snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) 36 37 #define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) 37 38 struct snd_kcontrol; -
GPL/branches/alsa-resync1/alsa-kernel/include/sound/core.h
r108 r109 273 273 #define kstrdup(s, flags) snd_hidden_kstrdup(s, flags) 274 274 275 void *snd_kcalloc(size_t size, int flags); 275 276 char *snd_kmalloc_strdup(const char *string, int flags); 277 void *snd_malloc_pages(unsigned long size, unsigned int dma_flags); 278 void *snd_malloc_pages_fallback(unsigned long size, unsigned int dma_flags, unsigned long *res_size); 276 279 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count); 277 280 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count); -
GPL/branches/alsa-resync1/alsa-kernel/include/sound/driver.h
r108 r109 54 54 #include <linux/malloc.h> 55 55 #include <linux/mm.h> /* poll, pagemap, or vmalloc? */ 56 #include <linux/fs.h> 56 57 #endif /* TARGET_OS2 */ 57 58
Note:
See TracChangeset
for help on using the changeset viewer.