Home
last modified time | relevance | path

Searched refs:silence (Results 1 – 9 of 9) sorted by relevance

/sound/core/
Dpcm_misc.c39 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/
Dpcm_plugin.c679 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/
Ddmasound.h115 void (*silence)(void); member
Ddmasound_q40.c605 .silence = Q40Silence,
Ddmasound_paula.c696 .silence = AmiSilence,
Ddmasound_atari.c1540 .silence = TTSilence,
1568 .silence = FalconSilence,
Ddmasound_core.c228 dmasound.mach.silence(); /* _MUST_ stop DMA */ in sound_silence()
/sound/pci/asihpi/
Dhpicmn.c424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
Dhpi_internal.h1350 struct hpi_control_cache_silencedetector silence; member