Searched refs:snd_pcm_format_set_silence (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_misc.c | 424 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);
|
H A D | pcm_lib.c | 2017 snd_pcm_format_set_silence(runtime->format, in fill_silence()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | test-pcmtest-driver.c | 183 snd_pcm_format_set_silence(params->format, samples, in TEST_F() 222 snd_pcm_format_set_silence(params->format, samples, in TEST_F()
|
H A D | pcm-test.c | 321 snd_pcm_format_set_silence(format, samples, rate * channels); in test_pcm_time() 366 snd_pcm_format_set_silence(format, samples, rate * channels); in test_pcm_time()
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_plugin.c | 687 return snd_pcm_format_set_silence(format, dst, samples); in snd_pcm_area_silence()
|
H A D | pcm_oss.c | 1089 …snd_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()
|
/openbmc/linux/sound/drivers/ |
H A D | aloop.c | 478 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()
|
/openbmc/linux/sound/parisc/ |
H A D | harmony.c | 386 snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ / in snd_harmony_set_data_format()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_pcm.c | 399 snd_pcm_format_set_silence(runtime->format, runtime->dma_area + bpos, in snd_gf1_pcm_playback_silence()
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1130 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
|