Home
last modified time | relevance | path

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

123

/openbmc/linux/sound/core/
H A 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 …]
/openbmc/qemu/hw/audio/
H A Dac97.c133 uint8_t silence[128]; member
278 memset(s->silence, 0, sizeof(s->silence)); in reset_bm_regs()
936 uint8_t *p = s->silence; in write_bup()
937 for (i = 0; i < sizeof(s->silence) / 4; i++, p += 4) { in write_bup()
941 memset(s->silence, 0, sizeof(s->silence)); in write_bup()
947 int temp = MIN(elapsed, sizeof(s->silence)); in write_bup()
949 int copied = AUD_write(s->voice_po, s->silence, temp); in write_bup()
/openbmc/u-boot/fs/ubifs/
H A DKconfig2 bool "UBIFS silence verbose messages"
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h66 s16 silence; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/
H A D0001-Add-printf-format-and-silence-format-security-warnin.patch4 Subject: [PATCH] Add printf format and silence format-security warnings
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dquiet-debugfs.patch4 Subject: [PATCH] e2fsprogs: silence debugfs
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/
H A Dvlan_1.9.bb9 file://0001-Add-printf-format-and-silence-format-security-warnin.patch \
/openbmc/linux/sound/core/oss/
H A 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()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch10 src/mongo/db/pipeline/document_source_group.cpp:377:22: note: insert an explicit cast to silence th…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/
H A D0001-corestripper-Fix-uninitialized-warning.patch18 …c/minicoredumper/corestripper.c:2763:9: note: initialize the variable 'ret' to silence this warning
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/
H A Dts-arm-platforms.inc27 # The patches above introduce errors with GCC 14.1, silence them for now
/openbmc/linux/Documentation/sound/designs/
H A 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
H A Dcompress-offload.rst210 user can perceive this as gapless playback as we don't have silence while
225 decoder to strip the silence. This needs to be set before the data in the track
H A Dchannel-mapping-api.rst138 (thus summing left and right channels would result in almost silence).
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dheaders_fixup.patch27 # this hack required to silence warnings on systems with inttypes.h
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound.h115 void (*silence)(void); member
H A Ddmasound_q40.c605 .silence = Q40Silence,
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DREADME26 XS(boot_Perf__Trace__Context) to silence a warning/error.
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/
H A Dbabeltrace_1.5.11.bb79 # silence "Making check in $SUBDIR" messages.
H A Dbabeltrace2_2.0.6.bb78 # silence "Making check in $SUBDIR" messages.
/openbmc/u-boot/drivers/mtd/ubi/
H A DKconfig4 bool "UBI silence verbose messages"
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst98 0 Disable path (silence)
/openbmc/u-boot/common/
H A DKconfig339 bool "Only silence the U-Boot console"
353 console silence flag immediately. This allows 'setenv' to be used
354 to silence or un-silence the console.
/openbmc/linux/drivers/atm/
H A Deni.c566 static unsigned long silence = 0; in rx_aal5() local
568 if (time_after(jiffies, silence) || silence == 0) { in rx_aal5()
572 silence = (jiffies+2*HZ)|1; in rx_aal5()
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/
H A D0001-Remove-nested-functions.patch29 silence this warning

123