/Linux-v6.1/Documentation/sound/soc/ |
D | pops-clicks.rst | 26 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
|
D | codec.rst | 15 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-v6.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_crtc.c | 121 m = &crtc_state->mixers[i]; in dpu_crtc_setup_lm_misr() 218 BUILD_BUG_ON(ARRAY_SIZE(crcs) != ARRAY_SIZE(crtc_state->mixers)); in dpu_crtc_get_lm_crc() 222 m = &crtc_state->mixers[i]; in dpu_crtc_get_lm_crc() 389 struct dpu_hw_mixer *hw_lm = crtc_state->mixers[lm_idx].hw_lm; in _dpu_crtc_program_lm_output_roi() 484 * _dpu_crtc_blend_setup - configure crtc mixers 491 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_blend_setup() 744 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_setup_cp_blocks() 795 * If no mixers have been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_begin() 850 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_flush() 921 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_commit_kickoff() [all …]
|
D | dpu_crtc.h | 201 * @num_mixers : Number of mixers in use 202 * @mixers : List of active mixers 221 struct dpu_crtc_mixer mixers[CRTC_DUAL_MIXERS]; member
|
D | dpu_hw_ctl.h | 225 * @mixer_count: number of mixers
|
D | dpu_rm.c | 419 DPU_DEBUG("unable to find appropriate mixers\n"); in _dpu_rm_reserve_lms() 521 DPU_ERROR("unable to find appropriate mixers\n"); in _dpu_rm_make_reservation()
|
/Linux-v6.1/sound/usb/ |
D | mixer_us16x08.h | 7 /* define some bias, cause some alsa-mixers wont work with 26 /* the URB request/type to control Tascam mixers */
|
D | mixer_us16x08.c | 54 /* 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-v6.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_mixer.h | 23 /* global atomic state of assignment between CRTCs and Layer Mixers: */
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | allwinner,sun8i-r40-tcon-top.yaml | 15 determines relationships between mixers and TCONs, selects source 33 Note that both TCON TOP references same physical unit. Both mixers
|
D | allwinner,sun4i-a10-display-engine.yaml | 76 Available display engine frontends (DE 1.0) or mixers (DE
|
/Linux-v6.1/drivers/gpu/drm/sti/ |
D | sti_compositor.h | 61 * @mixer: array of mixers
|
D | NOTES | 40 - The CRTCs are mapped to the Compositor Main and Aux Mixers
|
/Linux-v6.1/Documentation/userspace-api/media/ |
D | intro.rst | 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For
|
/Linux-v6.1/sound/core/ |
D | info_oss.c | 92 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
|
/Linux-v6.1/sound/isa/ |
D | cmi8330.c | 22 * This card has two mixers and two PCM devices. I've cheesed it such 29 * full control over both mixers. 564 snd_printk(KERN_ERR PFX "failed to create mixers\n"); in snd_cmi8330_probe()
|
/Linux-v6.1/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 685 /* SBA mixers - 16 inputs */ 719 /* 18 SBA mixers */ 1104 /* Media Mixers */ 1110 /* SBA PCM mixers */ 1118 /* SBA Loop mixers */ 1126 /* SBA Backend mixers */
|
/Linux-v6.1/sound/pci/au88x0/ |
D | au88x0_core.c | 1942 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-v6.1/include/sound/ |
D | soc-dpcm.h | 19 * or audio route changes triggered by muxes/mixers.
|
D | soc-topology.h | 8 * Simple file API to load FW that includes mixers, coefficients, DAPM graphs,
|
/Linux-v6.1/include/sound/sof/ |
D | control.h | 16 * Component Mixers and Controls
|
/Linux-v6.1/sound/soc/codecs/ |
D | wm9712.c | 211 /* We have to create a fake left and right HP mixers because 286 /* Left Headphone Mixers */ 296 /* Right Headphone Mixers */
|
/Linux-v6.1/sound/soc/pxa/ |
D | mioa701_wm9713.c | 181 dev_warn(&pdev->dev, "Be warned that incorrect mixers/muxes setup will " in mioa701_wm9713_probe()
|
/Linux-v6.1/sound/ppc/ |
D | daca.c | 262 * build mixers in snd_pmac_daca_init()
|
/Linux-v6.1/Documentation/sound/hd-audio/ |
D | realtek-pc-beep.rst | 6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
|