Searched refs:silence (Results 1 – 10 of 10) sorted by relevance
| /sound/core/ |
| A D | pcm_misc.c | 53 .silence = {}, 61 .silence = {}, 65 .silence = {}, 77 .silence = {}, 81 .silence = {}, 93 .silence = {}, 97 .silence = {}, 109 .silence = {}, 113 .silence = {}, 117 .silence = {}, [all …]
|
| A D | sound_kunit.c | 16 .width = wd, .le = endianness, .sd = signd, .silence = silence_arr, \ 37 unsigned char silence[8]; member 165 KUNIT_EXPECT_EQ(test, buffer[i], data->silence[i % sample_bytes]); in _test_fill_silence()
|
| /sound/core/oss/ |
| A D | pcm_plugin.c | 679 const unsigned char *silence; in snd_pcm_area_silence() local 688 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence() 689 if (! silence) in snd_pcm_area_silence() 711 memcpy(dst, silence, width); in snd_pcm_area_silence()
|
| /sound/oss/dmasound/ |
| A D | dmasound.h | 115 void (*silence)(void); member
|
| A D | dmasound_q40.c | 605 .silence = Q40Silence,
|
| A D | dmasound_paula.c | 696 .silence = AmiSilence,
|
| A D | dmasound_atari.c | 1540 .silence = TTSilence, 1568 .silence = FalconSilence,
|
| A D | dmasound_core.c | 229 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence()
|
| /sound/pci/asihpi/ |
| A D | hpicmn.c | 424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
|
| A D | hpi_internal.h | 1350 struct hpi_control_cache_silencedetector silence; member
|
Completed in 839 milliseconds