Searched full:tlv320aic32x4 (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | ti,tlv320aic32x4.yaml | 5 $id: http://devicetree.org/schemas/sound/ti,tlv320aic32x4.yaml# 8 title: Texas Instruments TLV320AIC32x4 Stereo Audio codec 14 The TLV320AIC32x4 audio codec can be accessed using I2C or SPI 20 - ti,tlv320aic32x4 55 Types are defined in include/sound/tlv320aic32x4.h 87 compatible = "ti,tlv320aic32x4";
|
D | fsl-asoc-card.yaml | 83 - fsl,imx-audio-tlv320aic32x4
|
/linux-6.12.1/sound/soc/codecs/ |
D | tlv320aic32x4-i2c.c | 17 #include "tlv320aic32x4.h" 41 { "tlv320aic32x4", (kernel_ulong_t)AIC32X4_TYPE_AIC32X4 }, 49 { .compatible = "ti,tlv320aic32x4", .data = (void *)AIC32X4_TYPE_AIC32X4 }, 58 .name = "tlv320aic32x4", 68 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver I2C");
|
D | tlv320aic32x4-spi.c | 17 #include "tlv320aic32x4.h" 43 { "tlv320aic32x4", (kernel_ulong_t)AIC32X4_TYPE_AIC32X4 }, 50 { .compatible = "ti,tlv320aic32x4", .data = (void *)AIC32X4_TYPE_AIC32X4 }, 58 .name = "tlv320aic32x4", 68 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver SPI");
|
D | tlv320aic32x4.h | 3 * tlv320aic32x4.h 25 /* tlv320aic32x4 register space (in decimal to match datasheet) */
|
D | Makefile | 308 snd-soc-tlv320aic32x4-y := tlv320aic32x4.o tlv320aic32x4-clk.o 309 snd-soc-tlv320aic32x4-i2c-y := tlv320aic32x4-i2c.o 310 snd-soc-tlv320aic32x4-spi-y := tlv320aic32x4-spi.o 712 obj-$(CONFIG_SND_SOC_TLV320AIC32X4) += snd-soc-tlv320aic32x4.o 713 obj-$(CONFIG_SND_SOC_TLV320AIC32X4_I2C) += snd-soc-tlv320aic32x4-i2c.o 714 obj-$(CONFIG_SND_SOC_TLV320AIC32X4_SPI) += snd-soc-tlv320aic32x4-spi.o
|
D | tlv320aic32x4.c | 3 * linux/sound/soc/codecs/tlv320aic32x4.c 25 #include <sound/tlv320aic32x4.h> 34 #include "tlv320aic32x4.h" 936 .name = "tlv320aic32x4-hifi", 1388 GPIOF_OUT_INIT_LOW, "tlv320aic32x4 rstn"); in aic32x4_probe() 1445 MODULE_DESCRIPTION("ASoC tlv320aic32x4 codec driver");
|
D | tlv320aic32x4-clk.c | 3 * Clock Tree for the Texas Instruments TLV320AIC32x4 15 #include "tlv320aic32x4.h"
|
D | Kconfig | 2044 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C" 2050 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - SPI"
|
/linux-6.12.1/include/sound/ |
D | tlv320aic32x4.h | 3 * tlv320aic32x4.h -- TLV320AIC32X4 Soc Audio driver platform data
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | mba6ulx.dtsi | 144 compatible = "fsl,imx-audio-tlv320aic32x4"; 145 model = "imx-audio-tlv320aic32x4"; 147 audio-codec = <&tlv320aic32x4>; 222 tlv320aic32x4: audio-codec@18 { label 223 compatible = "ti,tlv320aic32x4";
|
D | imx6qdl-mba6.dtsi | 110 compatible = "fsl,imx-audio-tlv320aic32x4"; 113 model = "imx-audio-tlv320aic32x4"; 115 audio-codec = <&tlv320aic32x4>; 203 tlv320aic32x4: audio-codec@18 { label 204 compatible = "ti,tlv320aic32x4";
|
D | imx7-mba7.dtsi | 200 compatible = "fsl,imx-audio-tlv320aic32x4"; 201 model = "imx-audio-tlv320aic32x4"; 203 audio-codec = <&tlv320aic32x4>; 334 tlv320aic32x4: audio-codec@18 { label 335 compatible = "ti,tlv320aic32x4";
|
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/ |
D | ls1021a-tqmls1021a-mbls1021a.dts | 158 compatible = "fsl,imx-audio-tlv320aic32x4"; 161 audio-codec = <&tlv320aic32x4>; 205 tlv320aic32x4: audio-codec@18 { label 206 compatible = "ti,tlv320aic32x4";
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | mba8mx.dtsi | 141 compatible = "fsl,imx-audio-tlv320aic32x4"; 142 model = "imx-audio-tlv320aic32x4"; 250 compatible = "ti,tlv320aic32x4";
|
D | mba8xx.dtsi | 120 compatible = "fsl,imx-audio-tlv320aic32x4"; 213 compatible = "ti,tlv320aic32x4";
|
D | imx8mp-tqma8mpql-mba8mp-ras314.dts | 152 compatible = "fsl,imx-audio-tlv320aic32x4"; 392 compatible = "ti,tlv320aic32x4";
|
D | imx8mp-tqma8mpql-mba8mpxl.dts | 236 compatible = "fsl,imx-audio-tlv320aic32x4"; 512 compatible = "ti,tlv320aic32x4";
|
/linux-6.12.1/sound/soc/fsl/ |
D | Kconfig | 324 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
|
D | fsl-asoc-card.c | 761 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic32x4")) { in fsl_asoc_card_probe() 762 codec_dai_name[0] = "tlv320aic32x4-hifi"; in fsl_asoc_card_probe() 1076 { .compatible = "fsl,imx-audio-tlv320aic32x4", },
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap3-echo.dts | 513 compatible = "ti,tlv320aic32x4";
|