Home
last modified time | relevance | path

Searched refs:SNDRV_DMA_TYPE_DEV_IRAM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/sound/
H A Dmemalloc.h37 #define SNDRV_DMA_TYPE_DEV_IRAM 4 /* generic device iram-buffer */ macro
39 #define SNDRV_DMA_TYPE_DEV_IRAM SNDRV_DMA_TYPE_DEV macro
/openbmc/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c260 SNDRV_DMA_TYPE_DEV_IRAM, in dmaengine_pcm_new()
/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c342 ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_IRAM, dev, in sprd_platform_compr_open()
/openbmc/linux/sound/core/
H A Dmemalloc.c933 [SNDRV_DMA_TYPE_DEV_IRAM] = &snd_dma_iram_ops,
/openbmc/linux/sound/soc/stm/
H A Dstm32_spdifrx.c418 spdifrx->dmab->dev.type = SNDRV_DMA_TYPE_DEV_IRAM; in stm32_spdifrx_dma_ctrl_register()
/openbmc/linux/sound/soc/apple/
H A Dmca.c967 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_IRAM, in mca_pcm_new()