source: GPL/branches/uniaud32-2.1.x/include/proto.h@ 498

Last change on this file since 498 was 479, checked in by David Azarewicz, 15 years ago

Cleanup compiler warnings

File size: 508 bytes
Line 
1extern void *memdup_user(void __user *src, size_t len);
2extern void snd_free_dev_pages(struct device *dev, size_t size, void *ptr, dma_addr_t dma);
3extern void *snd_malloc_dev_pages(struct device *dev, size_t size, dma_addr_t *dma);
4extern int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, snd_pcm_hw_param_t var, unsigned int val, int dir);
5extern int in_interrupt(void);
6/*
7 * Uniaud API support
8 */
9extern void uniaud_set_interrupted_substream(struct snd_pcm_substream *substream);
10
11
Note: See TracBrowser for help on using the repository browser.