Changeset 484 for GPL/trunk/alsa-kernel
- Timestamp:
- May 8, 2010, 6:36:24 AM (15 years ago)
- Location:
- GPL/trunk/alsa-kernel
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/core/sgbuf.c
r479 r484 19 19 * 20 20 */ 21 22 21 #ifdef TARGET_OS2 23 22 #include <sound/core.h> 24 23 #endif 24 #include <sound/config.h> 25 25 #include <linux/slab.h> 26 26 #include <linux/mm.h> … … 28 28 #include <sound/memalloc.h> 29 29 #include <proto.h> 30 31 #ifdef CONFIG_SND_DMA_SGBUF 30 32 31 33 /* table entries are align to 32 */ … … 206 208 return NULL; 207 209 } 210 #endif
Note:
See TracChangeset
for help on using the changeset viewer.