Lines Matching +full:serial +full:- +full:output
3 The Audio Mixer is a on-chip functional module that allows mixing of two
4 audio streams into a single audio stream. Audio Mixer has two input serial
6 modules (SAI). Each input serial interface carries 8 audio channels in its
9 two inputs can be attenuated based on configuration. The output of the
10 Audio Mixer is also a serial audio interface. Like input interfaces it has
11 the same TDM frame format. This output is used to drive the serial DAC TDM
15 The output of Audio Mixer can be selected from any of the three streams
16 - serial audio input 1
17 - serial audio input 2
18 - mixed audio
26 - compatible : Compatible list, contains "fsl,imx8qm-audmix"
28 - reg : Offset and length of the register set for the device.
30 - clocks : Must contain an entry for each entry in clock-names.
32 - clock-names : Must include the "ipg" for register access.
34 - power-domains : Must contain the phandle to AUDMIX power domain node
36 - dais : Must contain a list of phandles to AUDMIX connected
39 list being used to route the AUDMIX output.
44 compatible = "fsl,imx8qm-audmix";
47 clock-names = "ipg";
48 power-domains = <&pd_audmix>;