Home
last modified time | relevance | path

Searched refs:dma_type (Results 1 – 5 of 5) sorted by relevance

/sound/hda/
Dhdac_controller.c579 int dma_type = bus->dma_type ? bus->dma_type : SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_alloc_stream_pages() local
584 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
594 err = snd_dma_alloc_pages(dma_type, bus->dev, in snd_hdac_bus_alloc_stream_pages()
602 return snd_dma_alloc_pages(dma_type, bus->dev, PAGE_SIZE, &bus->rb); in snd_hdac_bus_alloc_stream_pages()
Dhdac_bus.c38 bus->dma_type = SNDRV_DMA_TYPE_DEV; in snd_hdac_bus_init()
/sound/soc/intel/skylake/
Dskl-messages.c507 node_id.node.dma_type = in skl_get_node_id()
516 node_id.node.dma_type = in skl_get_node_id()
526 node_id.node.dma_type = SKL_DMA_DMIC_LINK_INPUT_CLASS; in skl_get_node_id()
532 node_id.node.dma_type = in skl_get_node_id()
540 node_id.node.dma_type = in skl_get_node_id()
Dskl-topology.h187 u32 dma_type:4; member
/sound/pci/hda/
Dhda_intel.c1822 azx_bus(chip)->dma_type = SNDRV_DMA_TYPE_DEV_UC; in azx_create()