Searched refs:snd_pcm_set_runtime_buffer (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/sound/soc/samsung/ |
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-6.6.21/sound/core/ |
D | pcm_memory.c | 472 snd_pcm_set_runtime_buffer(substream, dmab); in snd_pcm_lib_malloc_pages() 502 snd_pcm_set_runtime_buffer(substream, NULL); in snd_pcm_lib_free_pages()
|
/linux-6.6.21/sound/soc/google/ |
D | chv3-i2s.c | 196 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in chv3_dma_hw_params()
|
/linux-6.6.21/sound/soc/loongson/ |
D | loongson_dma.c | 160 snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer); in loongson_pcm_hw_params()
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1124 snd_pcm_set_runtime_buffer(substream, &cpcm->hw_buf); in snd_cs46xx_playback_hw_params() 1145 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_playback_hw_params() 1194 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_playback_hw_free() 1283 snd_pcm_set_runtime_buffer(substream, &chip->capt.hw_buf); in snd_cs46xx_capture_hw_params() 1287 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_capture_hw_params() 1304 snd_pcm_set_runtime_buffer(substream, NULL); in snd_cs46xx_capture_hw_free()
|
/linux-6.6.21/sound/soc/qcom/ |
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-6.6.21/sound/pci/korg1212/ |
D | korg1212.c | 1377 snd_pcm_set_runtime_buffer(substream, korg1212->dma_play); in snd_korg1212_playback_open() 1408 snd_pcm_set_runtime_buffer(substream, korg1212->dma_rec); in snd_korg1212_capture_open()
|
/linux-6.6.21/sound/pci/rme9652/ |
D | rme9652.c | 2235 snd_pcm_set_runtime_buffer(substream, &rme9652->playback_dma_buf); in snd_rme9652_playback_open() 2294 snd_pcm_set_runtime_buffer(substream, &rme9652->capture_dma_buf); in snd_rme9652_capture_open()
|
D | hdsp.c | 4487 snd_pcm_set_runtime_buffer(substream, &hdsp->playback_dma_buf); in snd_hdsp_playback_open() 4563 snd_pcm_set_runtime_buffer(substream, &hdsp->capture_dma_buf); in snd_hdsp_capture_open()
|
/linux-6.6.21/include/sound/ |
D | pcm.h | 1222 static inline void snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream, in snd_pcm_set_runtime_buffer() function
|
/linux-6.6.21/sound/pci/ |
D | es1968.c | 1477 snd_pcm_set_runtime_buffer(substream, &chan->memory->buf); in snd_es1968_hw_params()
|