Searched refs:snd_pcm_set_runtime_buffer (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_memory.c | 468 snd_pcm_set_runtime_buffer(substream, dmab); in snd_pcm_lib_malloc_pages() 498 snd_pcm_set_runtime_buffer(substream, NULL); in snd_pcm_lib_free_pages()
|
| /linux/sound/soc/samsung/ |
| H A D | idma.c | 154 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in idma_hw_params() 170 snd_pcm_set_runtime_buffer(substream, NULL); in idma_hw_free()
|
| /linux/sound/soc/google/ |
| H A D | chv3-i2s.c | 196 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in chv3_dma_hw_params()
|
| /linux/sound/soc/loongson/ |
| H A D | loongson_dma.c | 159 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in loongson_pcm_hw_params()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 1107 snd_pcm_set_runtime_buffer(substream, &cpcm->hw_buf); in snd_cs46xx_playback_hw_params() 1128 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_playback_hw_params() 1169 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_playback_hw_free() 1258 snd_pcm_set_runtime_buffer(substream, &chip->capt.hw_buf); in snd_cs46xx_capture_hw_params() 1262 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_capture_hw_params() 1279 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_capture_hw_free()
|
| /linux/sound/soc/qcom/ |
| H A D | lpass-platform.c | 261 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in lpass_platform_pcmops_open() 266 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in lpass_platform_pcmops_open()
|
| /linux/sound/soc/mediatek/mt8365/ |
| H A D | mt8365-afe-pcm.c | 600 snd_pcm_set_runtime_buffer(substream, dma_buf); in mt8365_afe_fe_hw_params() 658 snd_pcm_set_runtime_buffer(substream, NULL); in mt8365_afe_fe_hw_free()
|
| /linux/include/sound/ |
| H A D | pcm.h | 1263 static inline void snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream, in snd_pcm_set_runtime_buffer() function
|
| /linux/sound/pci/ |
| H A D | es1968.c | 1427 snd_pcm_set_runtime_buffer(substream, &chan->memory->buf); in snd_es1968_hw_params()
|