Home
last modified time | relevance | path

Searched full:mixers (Results 1 – 25 of 99) sorted by relevance

1234

/linux-6.14.4/Documentation/sound/soc/
Dpops-clicks.rst26 Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute
28 Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC
43 Startup Order - Input PGA --> Mixers --> ADC
45 Shutdown Order - ADC --> Mixers --> Input PGA
Dcodec.rst15 3. Mixers and audio controls
75 Mixers and audio controls
77 All the codec mixers and audio controls can be defined using the convenience
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.h201 * @num_mixers : Number of mixers in use
202 * @mixers : List of active mixers
221 struct dpu_crtc_mixer mixers[CRTC_DUAL_MIXERS]; member
Ddpu_crtc.c111 m = &crtc_state->mixers[i]; in dpu_crtc_setup_lm_misr()
208 BUILD_BUG_ON(ARRAY_SIZE(crcs) != ARRAY_SIZE(crtc_state->mixers)); in dpu_crtc_get_lm_crc()
212 m = &crtc_state->mixers[i]; in dpu_crtc_get_lm_crc()
379 struct dpu_hw_mixer *hw_lm = crtc_state->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi()
502 * _dpu_crtc_blend_setup - configure crtc mixers
509 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_blend_setup()
787 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_setup_cp_blocks()
838 * If no mixers have been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_begin()
893 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_flush()
968 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_commit_kickoff()
[all …]
Ddpu_rm.h50 * @num_lm: number of layer mixers used
Ddpu_rm.c357 DPU_DEBUG("unable to find appropriate mixers\n"); in _dpu_rm_reserve_lms()
561 * 1) no pingpong split (two layer mixers shared one pingpong) in _dpu_rm_reserve_dsc()
608 DPU_ERROR("unable to find appropriate mixers\n"); in _dpu_rm_make_reservation()
/linux-6.14.4/sound/usb/
Dmixer_us16x08.h7 /* define some bias, cause some alsa-mixers wont work with
26 /* the URB request/type to control Tascam mixers */
Dmixer_us16x08.c54 /* default message head, equal to all mixers */
64 /* default message head, equal to all mixers */
90 /* default message head, equal to all mixers */
118 /* default message head, equal to all mixers */
/linux-6.14.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_mixer.h23 /* global atomic state of assignment between CRTCs and Layer Mixers: */
/linux-6.14.4/Documentation/devicetree/bindings/display/
Dallwinner,sun8i-r40-tcon-top.yaml15 determines relationships between mixers and TCONs, selects source
33 Note that both TCON TOP references same physical unit. Both mixers
Dallwinner,sun4i-a10-display-engine.yaml76 Available display engine frontends (DE 1.0) or mixers (DE
/linux-6.14.4/drivers/gpu/drm/sti/
Dsti_compositor.h61 * @mixer: array of mixers
DNOTES40 - The CRTCs are mapped to the Compositor Main and Aux Mixers
/linux-6.14.4/Documentation/userspace-api/media/
Dintro.rst42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For
/linux-6.14.4/sound/core/
Dinfo_oss.c88 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
/linux-6.14.4/include/sound/
Dsoc-dpcm.h19 * or audio route changes triggered by muxes/mixers.
Dsoc-topology.h8 * Simple file API to load FW that includes mixers, coefficients, DAPM graphs,
/linux-6.14.4/sound/soc/intel/atom/
Dsst-atom-controls.c685 /* SBA mixers - 16 inputs */
719 /* 18 SBA mixers */
1104 /* Media Mixers */
1110 /* SBA PCM mixers */
1118 /* SBA Loop mixers */
1126 /* SBA Backend mixers */
/linux-6.14.4/sound/pci/au88x0/
Dau88x0_core.c1942 vortex_connect_codecplay(vortex_t * vortex, int en, unsigned char mixers[]) in vortex_connect_codecplay() argument
1945 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_CODECOUT(0)); in vortex_connect_codecplay()
1946 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_CODECOUT(1)); in vortex_connect_codecplay()
1950 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_EQIN(0)); in vortex_connect_codecplay()
1951 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_EQIN(1)); in vortex_connect_codecplay()
1953 vortex_mix_setvolumebyte(vortex, mixers[0], 0); in vortex_connect_codecplay()
1954 vortex_mix_setvolumebyte(vortex, mixers[1], 0); in vortex_connect_codecplay()
1961 vortex_connection_mix_adb(vortex, en, 0x11, mixers[2], in vortex_connect_codecplay()
1963 vortex_connection_mix_adb(vortex, en, 0x11, mixers[3], in vortex_connect_codecplay()
1969 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_CODECOUT(0)); in vortex_connect_codecplay()
[all …]
/linux-6.14.4/include/sound/sof/
Dcontrol.h16 * Component Mixers and Controls
/linux-6.14.4/sound/soc/codecs/
Dwm9712.c211 /* We have to create a fake left and right HP mixers because
286 /* Left Headphone Mixers */
296 /* Right Headphone Mixers */
/linux-6.14.4/sound/isa/
Dcmi8330.c22 * This card has two mixers and two PCM devices. I've cheesed it such
29 * full control over both mixers.
562 dev_err(card->dev, "failed to create mixers\n"); in snd_cmi8330_probe()
/linux-6.14.4/sound/pci/hda/
Dpatch_senarytech.c39 /* additional beep mixers; private_value will be overwritten */
/linux-6.14.4/Documentation/sound/hd-audio/
Drealtek-pc-beep.rst6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
/linux-6.14.4/sound/soc/sunxi/
Dsun4i-codec.c868 /* Mixers */
1172 /* ADC Mixers */
1191 /* Mixers */
1445 /* ADC Mixers */
1463 /* Mixers */
1891 /* Mixers */

1234