Home
last modified time | relevance | path

Searched refs:DAI (Results 1 – 25 of 84) sorted by relevance

1234

/linux-5.19.10/sound/soc/tegra/
Dtegra210_ahub.c101 DAI(ADMAIF1),
102 DAI(ADMAIF2),
103 DAI(ADMAIF3),
104 DAI(ADMAIF4),
105 DAI(ADMAIF5),
106 DAI(ADMAIF6),
107 DAI(ADMAIF7),
108 DAI(ADMAIF8),
109 DAI(ADMAIF9),
110 DAI(ADMAIF10),
[all …]
Dtegra210_admaif.c553 #define DAI(dai_name) \ macro
579 DAI("ADMAIF1"),
580 DAI("ADMAIF2"),
581 DAI("ADMAIF3"),
582 DAI("ADMAIF4"),
583 DAI("ADMAIF5"),
584 DAI("ADMAIF6"),
585 DAI("ADMAIF7"),
586 DAI("ADMAIF8"),
587 DAI("ADMAIF9"),
[all …]
/linux-5.19.10/Documentation/sound/soc/
Ddpcm.rst18 DPCM re-uses all the existing component codec, platform and DAI drivers without
49 of the BE DAIs. The FE PCM devices can also route audio to more than 1 BE DAI.
108 and then DPCM will take care of managing the DAI PCM operations to either bring
119 1. Define the FE and BE DAI links.
126 FE and BE DAI links
146 For the example above we have to define 4 FE DAI links and 6 BE DAI links. The
147 FE DAI links are defined as follows :-
162 .....< other FE and BE DAI links here >
165 This FE DAI link is pretty similar to a regular DAI link except that we also
166 set the DAI link to a DPCM FE with the ``dynamic = 1``. The supported FE stream
[all …]
Dmachine.rst33 /* CPU <--> Codec DAI links */
52 Machine DAI Configuration
54 The machine DAI configuration glues all the codec and CPU DAIs together. It can
55 also be used to set up the DAI system clock and for any machine related DAI
59 struct snd_soc_dai_link is used to set up each DAI in your machine. e.g.
97 Machine specific audio mixer controls can be added in the DAI init function.
Dplatform.rst5 An ASoC platform driver class can be divided into audio DMA drivers, SoC DAI
54 SoC DAI Drivers
57 Each SoC DAI driver must provide the following features:-
59 1. Digital audio interface (DAI) description
Ddai.rst2 ASoC Digital Audio Interface (DAI)
5 ASoC currently supports the three main Digital Audio Interfaces (DAI) found on
13 now also popular in many portable devices. This DAI has a RESET line and time
26 I2S is a common 4 wire DAI used in HiFi, STB and portable devices. The Tx and
Dcodec.rst13 1. Codec DAI and PCM configuration
30 Codec DAI and PCM configuration
32 Each codec driver must have a struct snd_soc_dai_driver to define its DAI and
70 (AC97 combines control with data in the DAI). The codec driver should use the
174 A callback can be created that is called by the core for each codec DAI
Dclocking.rst22 DAI Clocks
28 The DAI also has a frame clock to signal the start of each audio frame. This
Ddapm.rst98 DAI IN
100 DAI OUT
102 DAI Link
103 DAI Link between two DAI structures
/linux-5.19.10/Documentation/devicetree/bindings/display/bridge/
Dtda998x.txt24 - audio-ports: array of 8-bit values, 2 values per one DAI[1].
25 The first value defines the DAI type: TDA998x_SPDIF or TDA998x_I2S[2].
26 The second value defines the tda998x AP_ENA reg content when the DAI
50 /* DAI-format AP_ENA reg value */
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dmrvl,pxa-ssp.txt1 Marvell PXA SSP CPU DAI bindings
14 and be used as clock provider of the DAI.
27 /* DAI as user */
Dstorm.txt9 - cpu : Phandle of the CPU DAI
10 - codec : Phandle of the codec DAI
Dst,stm32-sai.yaml95 rx: SAI sub-block is configured as a capture DAI.
96 tx: SAI sub-block is configured as a playback DAI.
116 configured according to protocol defined in related DAI link node,
Dfsl-asoc-card.txt17 and PCM DAI formats. However, it'll be also possible to support those non
55 - audio-cpu : The phandle of an CPU DAI controller
89 Optional unless SSI is selected as a CPU DAI:
Damlogic,gx-sound-card.yaml61 description: phandle of the CPU DAI
75 description: phandle of the codec DAI
Drenesas,rsnd.yaml69 it must be 0 if your system is using single DAI
239 # For DAI base
241 description: DAI subnode.
410 /* DAI base */
Ddmic.txt10 - num-channels: Number of microphones on this DAI
Damlogic,axg-sound-card.txt22 - sound-dai: phandle and port of the CPU DAI.
49 - sound-dai: phandle and port of the CODEC DAI.
Dqcom,q6dsp-lpass-ports.yaml115 # TDM DAI ID range from PRIMARY_TDM_RX_0 - QUINARY_TDM_TX_7
132 # MI2S DAI ID range PRIMARY_MI2S_RX - QUATERNARY_MI2S_TX and
Dux500-mop500.txt9 - stericsson,cpu-dai : Phandle to the CPU-side DAI
Dsocionext,uniphier-evea.yaml44 Port number of DT node is specified by the following DAI channels.
Dallwinner,sun8i-a33-codec.yaml19 the ADC/DAC and AIF1 (the CPU DAI), not the other two AIFs/DAIs.
/linux-5.19.10/arch/arm/boot/dts/
Dexynos5422-odroidxu3-audio.dtsi28 "I2S Playback", "Mixer DAI TX",
29 "HiFi Playback", "Mixer DAI TX",
30 "Mixer DAI RX", "HiFi Capture";
Dexynos5422-odroidxu4.dts36 samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
/linux-5.19.10/Documentation/devicetree/bindings/interrupt-controller/
Dcirrus,clps711x-intc.txt33 32: DAIINT DAI interface (FIQ)

1234