Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_misc.c404 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence() function
463 EXPORT_SYMBOL(snd_pcm_format_set_silence);
Dpcm_lib.c117 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer * runtime->channels); in snd_pcm_playback_silence()
132 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer); in snd_pcm_playback_silence()
2178 snd_pcm_format_set_silence(runtime->format, hwbuf, frames); in snd_pcm_lib_writev_transfer()
/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-i2s-pcm.c305 snd_pcm_format_set_silence(runtime->format, buf + offset, samples); in bf5xx_pcm_silence()
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c752 snd_pcm_format_set_silence(runtime->format, in hsw_notify_pointer()
762 snd_pcm_format_set_silence(runtime->format, in hsw_notify_pointer()
770 snd_pcm_format_set_silence(runtime->format, in hsw_notify_pointer()
/linux-4.1.27/sound/drivers/
Daloop.c356 snd_pcm_format_set_silence(runtime->format, runtime->dma_area, in loopback_prepare()
392 snd_pcm_format_set_silence(runtime->format, dst + dst_off, in clear_capture_buf()
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c1074snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->… in snd_pcm_oss_change_params()
1623 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
1636 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
1660 snd_pcm_format_set_silence(runtime->format, in snd_pcm_oss_sync()
Dpcm_plugin.c664 return snd_pcm_format_set_silence(format, dst, samples); in snd_pcm_area_silence()
/linux-4.1.27/sound/parisc/
Dharmony.c399 snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ / in snd_harmony_set_data_format()
/linux-4.1.27/include/sound/
Dpcm.h1060 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
/linux-4.1.27/sound/isa/gus/
Dgus_pcm.c403 snd_pcm_format_set_silence(runtime->format, runtime->dma_area + bpos, count); in snd_gf1_pcm_playback_silence()