Home
last modified time | relevance | path

Searched refs:snd_pcm_format_set_silence (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/sound/core/
Dpcm_misc.c424 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence() function
483 EXPORT_SYMBOL(snd_pcm_format_set_silence);
Dpcm_lib.c2000 snd_pcm_format_set_silence(runtime->format, in fill_silence()
/Linux-v6.1/sound/core/oss/
Dpcm_plugin.c687 return snd_pcm_format_set_silence(format, dst, samples); in snd_pcm_area_silence()
Dpcm_oss.c1089snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->… in snd_pcm_oss_change_params_locked()
1690 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
1701 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
/Linux-v6.1/sound/drivers/
Daloop.c478 snd_pcm_format_set_silence(runtime->format, runtime->dma_area, in loopback_prepare()
514 snd_pcm_format_set_silence(runtime->format, dst + dst_off, in clear_capture_buf()
/Linux-v6.1/sound/parisc/
Dharmony.c386 snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ / in snd_harmony_set_data_format()
/Linux-v6.1/sound/isa/gus/
Dgus_pcm.c415 snd_pcm_format_set_silence(runtime->format, runtime->dma_area + bpos, in snd_gf1_pcm_playback_silence()
/Linux-v6.1/include/sound/
Dpcm.h1132 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);