Searched refs:silence (Results 1 – 9 of 9) sorted by relevance
/sound/core/ |
D | pcm_misc.c | 39 unsigned char silence[8]; /* silence data to fill */ member 53 .silence = {}, 57 .silence = { 0x80 }, 61 .silence = {}, 65 .silence = {}, 69 .silence = { 0x00, 0x80 }, 73 .silence = { 0x80, 0x00 }, 77 .silence = {}, 81 .silence = {}, 85 .silence = { 0x00, 0x00, 0x80 }, [all …]
|
/sound/core/oss/ |
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/ |
D | dmasound.h | 115 void (*silence)(void); member
|
D | dmasound_q40.c | 605 .silence = Q40Silence,
|
D | dmasound_paula.c | 696 .silence = AmiSilence,
|
D | dmasound_atari.c | 1540 .silence = TTSilence, 1568 .silence = FalconSilence,
|
D | dmasound_core.c | 228 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence()
|
/sound/pci/asihpi/ |
D | hpicmn.c | 424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
|
D | hpi_internal.h | 1350 struct hpi_control_cache_silencedetector silence; member
|