Searched full:mixing (Results 1 – 25 of 156) sorted by relevance
1234567
/linux-6.12.1/sound/soc/codecs/ |
D | ak4671.c | 286 SND_SOC_DAPM_PGA("LIN1 Mixing Circuit", 288 SND_SOC_DAPM_PGA("RIN1 Mixing Circuit", 290 SND_SOC_DAPM_PGA("LIN2 Mixing Circuit", 292 SND_SOC_DAPM_PGA("RIN2 Mixing Circuit", 294 SND_SOC_DAPM_PGA("LIN3 Mixing Circuit", 296 SND_SOC_DAPM_PGA("RIN3 Mixing Circuit", 298 SND_SOC_DAPM_PGA("LIN4 Mixing Circuit", 300 SND_SOC_DAPM_PGA("RIN4 Mixing Circuit", 383 {"LIN1 Mixing Circuit", NULL, "LIN1"}, 384 {"RIN1 Mixing Circuit", NULL, "RIN1"}, [all …]
|
D | cs4349.h | 16 #define CS4349_VMI 0x03 /* Volume, Mixing, Inversion Control */ 74 /* CS4349_VMI (VMI = Volume, Mixing and Inversion Controls) */
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | verifier_bounds_mix_sign_unsign.c | 16 __description("bounds checks mixing signed and unsigned, positive bounds") 48 __description("bounds checks mixing signed and unsigned") 80 __description("bounds checks mixing signed and unsigned, variant 2") 114 __description("bounds checks mixing signed and unsigned, variant 3") 147 __description("bounds checks mixing signed and unsigned, variant 4") 178 __description("bounds checks mixing signed and unsigned, variant 5") 211 __description("bounds checks mixing signed and unsigned, variant 6") 242 __description("bounds checks mixing signed and unsigned, variant 7") 274 __description("bounds checks mixing signed and unsigned, variant 8") 308 __description("bounds checks mixing signed and unsigned, variant 9") [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,audmix.yaml | 14 The Audio Mixer is a on-chip functional module that allows mixing of two 19 from two interfaces into a single sample. Before mixing, audio samples of 31 Mixing operation is independent of audio sample rate but the two audio 33 in TDM frame to be eligible for mixing.
|
D | nvidia,tegra210-mixer.yaml | 10 The Mixer supports mixing of up to ten 7.1 audio input streams and
|
/linux-6.12.1/include/linux/ |
D | devm-helpers.h | 9 * These should be helpful to avoid mixing the manual and devm-based resource 16 * Thus mixing devm and manual resource management can easily cause problems
|
D | ww_mutex.h | 119 * Mixing of context-based w/w mutex acquiring and single w/w mutex locking can 120 * result in undetected deadlocks and is so forbidden. Mixing different contexts
|
/linux-6.12.1/Documentation/sound/cards/ |
D | mixart.rst | 11 The miXart8 is a multichannel audio processing and mixing soundcard 42 substreams performing hardware mixing. This could be changed to a
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | DENYLIST.riscv64 | 3 tailcalls/tailcall_bpf2bpf* # JIT does not support mixing bpf2bpf and tailcalls
|
/linux-6.12.1/Documentation/sound/hd-audio/ |
D | realtek-pc-beep.rst | 34 Amplify the left channel of 1Ah before mixing it into outputs as specified 38 Amplify the right channel of 1Ah before mixing it into outputs as specified
|
D | controls.rst | 77 Loopback Mixing
|
/linux-6.12.1/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,dither.yaml | 15 unavailable colors with available colors and by mixing and matching available
|
/linux-6.12.1/Documentation/devicetree/bindings/display/samsung/ |
D | samsung,exynos-mixer.yaml | 16 Samsung Exynos SoC Mixer is responsible for mixing and blending multiple data
|
/linux-6.12.1/fs/netfs/ |
D | fscache_main.c | 23 * Mixing scores (in bits) for (7,20):
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | nxp,pca963x.yaml | 14 Red/Green/Blue/Amber (RGBA) color mixing applications. Each LED is
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/ |
D | raw-nand-chip.yaml | 46 Legacy ECC configuration mixing the ECC engine choice and
|
/linux-6.12.1/drivers/edac/ |
D | r82600_edac.c | 37 * signals buffered) and unbuffered DIMM types are supported. Mixing of 38 * registered and unbuffered DIMMs as well as mixing of ECC and non-ECC DIMMs
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv50.c | 37 * and are required to avoid mixing the two types within in nv50_mmu_kind()
|
/linux-6.12.1/net/ceph/crush/ |
D | hash.c | 9 * Robert Jenkins' function for mixing 32-bit values
|
/linux-6.12.1/net/ceph/ |
D | ceph_hash.c | 27 __u32 len; /* how many key bytes still need mixing */ in ceph_str_hash_rjenkins()
|
/linux-6.12.1/drivers/net/ethernet/8390/ |
D | Kconfig | 179 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
|
/linux-6.12.1/sound/pci/ctxfi/ |
D | ctatc.h | 66 void *mono; /* A SUM resource for mixing chs to one */
|
/linux-6.12.1/Documentation/arch/arm/ |
D | interrupts.rst | 167 hardware based. Mixing level-based and edge-based IRQs on the same
|
/linux-6.12.1/fs/reiserfs/ |
D | hashes.c | 21 #define PARTROUNDS 6 /* 6 gets complete mixing */
|
/linux-6.12.1/drivers/isdn/mISDN/ |
D | dsp_core.c | 455 case DSP_MIX_ON: /* enable mixing of tx data */ in dsp_control_req() 461 printk(KERN_DEBUG "%s: enable mixing of " in dsp_control_req() 469 case DSP_MIX_OFF: /* disable mixing of tx data */ in dsp_control_req() 475 printk(KERN_DEBUG "%s: disable mixing of " in dsp_control_req()
|
1234567