Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/core/
Dpcm_misc.c39 unsigned char silence[8]; /* silence data to fill */ member
48 .silence = {},
52 .silence = { 0x80 },
56 .silence = {},
60 .silence = {},
64 .silence = { 0x00, 0x80 },
68 .silence = { 0x80, 0x00 },
72 .silence = {},
76 .silence = {},
80 .silence = { 0x00, 0x00, 0x80 },
[all …]
/Linux-v4.19/drivers/atm/
DuPD98402.c187 static unsigned long silence = 0; in uPD98402_int() local
201 (time_after(jiffies, silence) || silence == 0)) { in uPD98402_int()
204 silence = (jiffies+HZ/2)|1; in uPD98402_int()
Dzatm.c435 static unsigned long silence = 0; in poll_rx() local
439 time_after(jiffies, silence) || silence == 0){ in poll_rx()
444 silence = (jiffies+2*HZ)|1; in poll_rx()
Deni.c570 static unsigned long silence = 0; in rx_aal5() local
572 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5()
576 silence = (jiffies+2*HZ)|1; in rx_aal5()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_audio.c500 int silence; in isdn_audio_eval_dtmf() local
513 silence = 0; in isdn_audio_eval_dtmf()
521 silence++; in isdn_audio_eval_dtmf()
523 if (silence == NCOEFF) in isdn_audio_eval_dtmf()
/Linux-v4.19/Documentation/isdn/
DREADME.audio52 AT+VSD=x,y Set silence-detection parameters.
117 <DLE>q quiet. Silence detected after non-silence.
118 <DLE>s silence. Silence detected from the
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dvc_vchi_audioserv_defs.h65 s16 silence; member
Dbcm2835-vchiq.c781 m.u.write.silence = src == NULL; in bcm2835_audio_write_worker()
794 if (!m.u.write.silence) { in bcm2835_audio_write_worker()
/Linux-v4.19/sound/core/oss/
Dpcm_plugin.c666 const unsigned char *silence; in snd_pcm_area_silence() local
675 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence()
676 if (! silence) in snd_pcm_area_silence()
698 memcpy(dst, silence, width); in snd_pcm_area_silence()
/Linux-v4.19/Documentation/sound/designs/
Doss-emulation.rst159 no-silence
160 do not fill silence ahead to avoid clicks
196 The ``partial-frag`` and ``no-silence`` commands have been added recently.
199 filled. The latter stops writing the silence data ahead
Dcompress-offload.rst159 user can perceive this as gapless playback as we don't have silence while
174 decoder to strip the silence. This needs to be set before the data in the track
Dchannel-mapping-api.rst138 (thus summing left and right channels would result in almost silence).
/Linux-v4.19/sound/oss/dmasound/
Ddmasound.h121 void (*silence)(void); member
Ddmasound_q40.c604 .silence = Q40Silence,
Ddmasound_paula.c695 .silence = AmiSilence,
Ddmasound_atari.c1539 .silence = TTSilence,
1567 .silence = FalconSilence,
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME26 XS(boot_Perf__Trace__Context) to silence a warning/error.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst96 0 Disable path (silence)
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcmulti.c2186 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in hfcmulti_tx()
3079 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti()
3101 HFC_outb_nodebug(hc, A_FIFO_DATA0_NOINC, hc->silence); in mode_hfcmulti()
3598 hc->silence = bch->fill[0]; in channel_bctrl()
3599 memset(hc->silence_data, hc->silence, sizeof(hc->silence_data)); in channel_bctrl()
5079 hc->silence = 0xff; /* ulaw silence */ in hfcmulti_init()
5081 hc->silence = 0x2a; /* alaw silence */ in hfcmulti_init()
5089 hc->silence_data[i] = hc->silence; in hfcmulti_init()
Dhfc_multi.h198 unsigned char silence;/* silence byte */ member
/Linux-v4.19/sound/pci/asihpi/
Dhpicmn.c433 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h82 u8 silence; /* 27 .. 154; seems to be 0 */ member
/Linux-v4.19/Documentation/admin-guide/
Dreporting-bugs.rst155 maintainers have to assume silence means things are still broken.
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dmain.c182 u8 silence; member
716 desc->signal, desc->silence); in orinoco_stat_gather()
/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x.h536 u8 silence; member

12