Home
last modified time | relevance | path

Searched refs:hal2 (Results 1 – 2 of 2) sorted by relevance

/linux/sound/mips/
A Dhal2.c517 return hal2_alloc_dmabuf(hal2, &hal2->dac, DMA_TO_DEVICE); in hal2_playback_open()
524 hal2_free_dmabuf(hal2, &hal2->dac, DMA_TO_DEVICE); in hal2_playback_close()
602 return hal2_alloc_dmabuf(hal2, &hal2->adc, DMA_FROM_DEVICE); in hal2_capture_open()
609 hal2_free_dmabuf(hal2, &hal2->adc, DMA_FROM_DEVICE); in hal2_capture_close()
727 kfree(hal2); in hal2_dev_free()
776 hal2 = kzalloc(sizeof(*hal2), GFP_KERNEL); in hal2_create()
777 if (!hal2) in hal2_create()
785 kfree(hal2); in hal2_create()
795 kfree(hal2); in hal2_create()
831 kfree(hal2); in hal2_create()
[all …]
A DMakefile7 snd-sgi-hal2-y := hal2.o
11 obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o

Completed in 9 milliseconds