mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
4 lines
256 B
C
4 lines
256 B
C
|
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);
|