Searched refs:DAI (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v6.1/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 …]
|
D | tegra210_ahub.h | 89 #define DAI(sname) \ macro
|
/Linux-v6.1/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-v6.1/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 | 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 | 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 | ux500-mop500.txt | 9 - stericsson,cpu-dai : Phandle to the CPU-side DAI
|
D | tdm-slot.txt | 3 This specifies audio DAI's TDM slot.
|
D | max98504.txt | 4 a PCM and PDM digital audio interface (DAI) and a differential analog input.
|
/Linux-v6.1/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 | 38 samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
|
/Linux-v6.1/arch/arm64/boot/dts/renesas/ |
D | hihope-rev2.dtsi | 72 /* Single DAI */
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 33 32: DAIINT DAI interface (FIQ)
|
/Linux-v6.1/sound/soc/generic/ |
D | simple-card.c | 21 #define DAI "sound-dai" macro 44 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in asoc_simple_parse_platform() 69 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in asoc_simple_parse_dai()
|
/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 28 - This property makes the SSC into an automatically registered DAI.
|
/Linux-v6.1/sound/soc/uniphier/ |
D | Kconfig | 12 tristate "UniPhier AIO DAI Driver"
|
123