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

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

Changes to PCI bus scan, malloc, cleanup all warnings, misc other changes

File size: 537 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);
6extern int in_atomic(void);
7/*
8 * Uniaud API support
9 */
10extern void uniaud_set_interrupted_substream(struct snd_pcm_substream *substream);
11
12
Note: See TracBrowser for help on using the repository browser.