Searched refs:snd_sgbuf_get_chunk_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | memalloc.h | 104 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab,
|
H A D | pcm.h | 1392 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | cldma.c | 221 chunk = snd_sgbuf_get_chunk_size(dmab, offset, bdle_size); in cldma_setup_bdle()
|
/openbmc/linux/sound/core/ |
H A D | memalloc.c | 265 unsigned int snd_sgbuf_get_chunk_size(struct snd_dma_buffer *dmab, in snd_sgbuf_get_chunk_size() function 275 EXPORT_SYMBOL(snd_sgbuf_get_chunk_size);
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-sst-cldma.c | 94 chunk = snd_sgbuf_get_chunk_size(dmab_data, offset, size); in skl_cldma_setup_bdle()
|
/openbmc/linux/sound/hda/ |
H A D | hdac_stream.c | 461 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size); in setup_bdle()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-stream.c | 81 chunk = snd_sgbuf_get_chunk_size(dmab, offset, size); in hda_setup_bdle()
|