Searched refs:snd_pcm_format_set_silence (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/core/ |
| A D | sound_kunit.c | 163 KUNIT_ASSERT_EQ(test, snd_pcm_format_set_silence(data->format, buffer, samples_count), 0); in _test_fill_silence() 181 KUNIT_EXPECT_EQ(test, snd_pcm_format_set_silence(WRONG_FORMAT_1, buffer, 20), -EINVAL); in test_format_fill_silence() 182 KUNIT_EXPECT_EQ(test, snd_pcm_format_set_silence(SNDRV_PCM_FORMAT_LAST, buffer, 0), 0); in test_format_fill_silence()
|
| 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);
|
| A D | pcm_lib.c | 2081 snd_pcm_format_set_silence(runtime->format, in fill_silence()
|
| /linux/tools/testing/selftests/alsa/ |
| 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()
|
| A D | pcm-test.c | 348 snd_pcm_format_set_silence(format, samples, rate * channels); in test_pcm_time() 393 snd_pcm_format_set_silence(format, samples, rate * channels); in test_pcm_time()
|
| /linux/sound/core/oss/ |
| A D | pcm_plugin.c | 687 return snd_pcm_format_set_silence(format, dst, samples); in snd_pcm_area_silence()
|
| A D | pcm_oss.c | 1078 …snd_pcm_format_set_silence(runtime->format, runtime->dma_area, bytes_to_samples(runtime, runtime->… in snd_pcm_oss_change_params_locked() 1678 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync() 1689 snd_pcm_format_set_silence(format, in snd_pcm_oss_sync()
|
| /linux/sound/parisc/ |
| A D | harmony.c | 386 snd_pcm_format_set_silence(fmt, h->sdma.area, SILENCE_BUFSZ / in snd_harmony_set_data_format()
|
| /linux/sound/drivers/ |
| A D | aloop.c | 503 snd_pcm_format_set_silence(runtime->format, runtime->dma_area, in loopback_prepare() 539 snd_pcm_format_set_silence(runtime->format, dst + dst_off, in clear_capture_buf()
|
| /linux/sound/isa/gus/ |
| A D | gus_pcm.c | 385 snd_pcm_format_set_silence(runtime->format, runtime->dma_area + bpos, in snd_gf1_pcm_playback_silence()
|
| /linux/include/sound/ |
| A D | pcm.h | 1162 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
|
Completed in 46 milliseconds