You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
256 B
4 lines
256 B
20 years ago
|
void devdma_hw_free(struct device *dev, snd_pcm_substream_t *substream);
|
||
|
int devdma_hw_alloc(struct device *dev, snd_pcm_substream_t *substream, size_t size);
|
||
|
int devdma_mmap(struct device *dev, snd_pcm_substream_t *substream, struct vm_area_struct *vma);
|