Searched refs:DAI (Results 1 – 25 of 84) sorted by relevance
1234
/linux-5.19.10/sound/soc/tegra/ |
D | tegra210_ahub.c | 101 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 …]
|
D | tegra210_admaif.c | 553 #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/ |
D | dpcm.rst | 18 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 …]
|
D | machine.rst | 33 /* 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.
|
D | platform.rst | 5 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
|
D | dai.rst | 2 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
|
D | codec.rst | 13 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
|
D | clocking.rst | 22 DAI Clocks 28 The DAI also has a frame clock to signal the start of each audio frame. This
|
D | dapm.rst | 98 DAI IN 100 DAI OUT 102 DAI Link 103 DAI Link between two DAI structures
|
/linux-5.19.10/Documentation/devicetree/bindings/display/bridge/ |
D | tda998x.txt | 24 - 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/ |
D | mrvl,pxa-ssp.txt | 1 Marvell PXA SSP CPU DAI bindings 14 and be used as clock provider of the DAI. 27 /* DAI as user */
|
D | storm.txt | 9 - cpu : Phandle of the CPU DAI 10 - codec : Phandle of the codec DAI
|
D | st,stm32-sai.yaml | 95 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,
|
D | fsl-asoc-card.txt | 17 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:
|
D | amlogic,gx-sound-card.yaml | 61 description: phandle of the CPU DAI 75 description: phandle of the codec DAI
|
D | renesas,rsnd.yaml | 69 it must be 0 if your system is using single DAI 239 # For DAI base 241 description: DAI subnode. 410 /* DAI base */
|
D | dmic.txt | 10 - num-channels: Number of microphones on this DAI
|
D | amlogic,axg-sound-card.txt | 22 - sound-dai: phandle and port of the CPU DAI. 49 - sound-dai: phandle and port of the CODEC DAI.
|
D | qcom,q6dsp-lpass-ports.yaml | 115 # 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
|
D | ux500-mop500.txt | 9 - stericsson,cpu-dai : Phandle to the CPU-side DAI
|
D | socionext,uniphier-evea.yaml | 44 Port number of DT node is specified by the following DAI channels.
|
D | allwinner,sun8i-a33-codec.yaml | 19 the ADC/DAC and AIF1 (the CPU DAI), not the other two AIFs/DAIs.
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-audio.dtsi | 28 "I2S Playback", "Mixer DAI TX", 29 "HiFi Playback", "Mixer DAI TX", 30 "Mixer DAI RX", "HiFi Capture";
|
D | exynos5422-odroidxu4.dts | 36 samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
|
/linux-5.19.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 33 32: DAIINT DAI interface (FIQ)
|
1234