Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c420 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence() function
479 EXPORT_SYMBOL(snd_pcm_format_set_silence);
H A Dpcm_lib.c1966 snd_pcm_format_set_silence(runtime->format, in fill_silence()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c681 return snd_pcm_format_set_silence(format, dst, samples); in snd_pcm_area_silence()
H A Dpcm_oss.c1082snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->… in snd_pcm_oss_change_params_locked()
1680 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
1691 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c498 snd_pcm_format_set_silence(runtime->format, runtime->dma_area, in loopback_prepare()
534 snd_pcm_format_set_silence(runtime->format, dst + dst_off, in clear_capture_buf()
/OK3568_Linux_fs/kernel/sound/parisc/
H A Dharmony.c386 snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ / in snd_harmony_set_data_format()
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_pcm.c415 snd_pcm_format_set_silence(runtime->format, runtime->dma_area + bpos, in snd_gf1_pcm_playback_silence()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1066 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);