/linux/Documentation/sound/soc/ |
H A 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
|
H A 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/drivers/gpu/drm/msm/disp/dpu1/ |
H A 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
|
H A D | dpu_crtc.c | 111 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() 768 struct dpu_crtc_mixer *mixer = cstate->mixers; in _dpu_crtc_setup_cp_blocks() 819 * If no mixers have been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_begin() 874 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_atomic_flush() 945 * If no mixers has been allocated in dpu_crtc_atomic_check(), in dpu_crtc_commit_kickoff() [all …]
|
H A D | dpu_hw_ctl.h | 256 * @mixer_count: number of mixers 303 * @mixer_count: Number of mixers in @mixer 304 * @mixer: Pointer to an array of Layer Mixers defined in the catalog
|
H A D | dpu_rm.c | 342 DPU_DEBUG("unable to find appropriate mixers\n"); in _dpu_rm_reserve_lms() 546 * 1) no pingpong split (two layer mixers shared one pingpong) in _dpu_rm_reserve_dsc() 593 DPU_ERROR("unable to find appropriate mixers\n"); in _dpu_rm_make_reservation()
|
H A D | dpu_encoder.c | 615 * 2 DSC encoders, 2 layer mixers and 1 interface in dpu_encoder_get_topology() 640 memset(cstate->mixers, 0, sizeof(cstate->mixers)); in dpu_encoder_assign_crtc_resources() 653 cstate->mixers[i].hw_lm = to_dpu_hw_mixer(hw_lm[i]); in dpu_encoder_assign_crtc_resources() 654 cstate->mixers[i].lm_ctl = to_dpu_hw_ctl(hw_ctl[ctl_idx]); in dpu_encoder_assign_crtc_resources() 655 cstate->mixers[i].hw_dspp = i < num_dspp ? to_dpu_hw_dspp(hw_dspp[i]) : NULL; in dpu_encoder_assign_crtc_resources() 2033 /* reset all mixers for this encoder */ in dpu_encoder_helper_reset_mixers()
|
/linux/sound/usb/ |
H A D | mixer_us16x08.h | 7 /* define some bias, cause some alsa-mixers wont work with 26 /* the URB request/type to control Tascam mixers */
|
H A 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/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_mixer.h | 23 /* global atomic state of assignment between CRTCs and Layer Mixers: */
|
/linux/Documentation/devicetree/bindings/display/ |
H A 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
|
H A D | allwinner,sun4i-a10-display-engine.yaml | 76 Available display engine frontends (DE 1.0) or mixers (DE
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_compositor.h | 61 * @mixer: array of mixers
|
H A D | NOTES | 40 - The CRTCs are mapped to the Compositor Main and Aux Mixers
|
/linux/Documentation/userspace-api/media/ |
H A D | intro.rst | 42 mixers, PCM capture, PCM playback, etc, which are controlled via ALSA API. For
|
/linux/sound/core/ |
H A D | info_oss.c | 88 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
|
/linux/include/sound/ |
H A D | soc-dpcm.h | 19 * or audio route changes triggered by muxes/mixers.
|
H A D | soc-topology.h | 8 * Simple file API to load FW that includes mixers, coefficients, DAPM graphs,
|
/linux/sound/soc/intel/atom/ |
H A 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/sound/pci/au88x0/ |
H A 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/include/sound/sof/ |
H A D | control.h | 16 * Component Mixers and Controls
|
/linux/sound/soc/codecs/ |
H A 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/sound/isa/ |
H A D | cmi8330.c | 22 * 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/sound/pci/hda/ |
H A D | patch_senarytech.c | 39 /* additional beep mixers; private_value will be overwritten */
|
/linux/Documentation/sound/hd-audio/ |
H A D | realtek-pc-beep.rst | 6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
|