source: GPL/branches/DAZ/include/proto.h@ 644

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

Some of my updates from the 2.1.x branch

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.