/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A 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";
|
H A D | fsl-asoc-card.txt | 41 "fsl,imx-audio-tlv320aic32x4"
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tlv320aic32x4-spi.c | 17 #include "tlv320aic32x4.h" 55 { "tlv320aic32x4", (kernel_ulong_t)AIC32X4_TYPE_AIC32X4 }, 62 { .compatible = "ti,tlv320aic32x4", .data = (void *)AIC32X4_TYPE_AIC32X4 }, 70 .name = "tlv320aic32x4", 81 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver SPI");
|
H A D | tlv320aic32x4-i2c.c | 17 #include "tlv320aic32x4.h" 54 { "tlv320aic32x4", (kernel_ulong_t)AIC32X4_TYPE_AIC32X4 }, 62 { .compatible = "ti,tlv320aic32x4", .data = (void *)AIC32X4_TYPE_AIC32X4 }, 71 .name = "tlv320aic32x4", 81 MODULE_DESCRIPTION("ASoC TLV320AIC32x4 codec driver I2C");
|
H A D | Makefile | 291 snd-soc-tlv320aic32x4-objs := tlv320aic32x4.o tlv320aic32x4-clk.o 292 snd-soc-tlv320aic32x4-i2c-objs := tlv320aic32x4-i2c.o 293 snd-soc-tlv320aic32x4-spi-objs := tlv320aic32x4-spi.o 674 obj-$(CONFIG_SND_SOC_TLV320AIC32X4) += snd-soc-tlv320aic32x4.o 675 obj-$(CONFIG_SND_SOC_TLV320AIC32X4_I2C) += snd-soc-tlv320aic32x4-i2c.o 676 obj-$(CONFIG_SND_SOC_TLV320AIC32X4_SPI) += snd-soc-tlv320aic32x4-spi.o
|
H A D | tlv320aic32x4.h | 3 * tlv320aic32x4.h 24 /* tlv320aic32x4 register space (in decimal to match datasheet) */
|
H A D | tlv320aic32x4.c | 3 * linux/sound/soc/codecs/tlv320aic32x4.c 25 #include <sound/tlv320aic32x4.h> 34 #include "tlv320aic32x4.h" 936 .name = "tlv320aic32x4-hifi", 1378 GPIOF_OUT_INIT_LOW, "tlv320aic32x4 rstn"); in aic32x4_probe() 1435 MODULE_DESCRIPTION("ASoC tlv320aic32x4 codec driver");
|
H A D | tlv320aic32x4-clk.c | 3 * Clock Tree for the Texas Instruments TLV320AIC32x4 15 #include "tlv320aic32x4.h"
|
H A D | Kconfig | 1894 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C" 1900 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - SPI"
|
/openbmc/linux/include/sound/ |
H A D | tlv320aic32x4.h | 3 * tlv320aic32x4.h -- TLV320AIC32X4 Soc Audio driver platform data
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A 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";
|
H A D | mba6ulx.dtsi | 141 compatible = "fsl,imx-audio-tlv320aic32x4"; 142 model = "imx-audio-tlv320aic32x4"; 144 audio-codec = <&tlv320aic32x4>; 219 tlv320aic32x4: audio-codec@18 { label 220 compatible = "ti,tlv320aic32x4";
|
H A D | imx7-mba7.dtsi | 175 compatible = "fsl,imx-audio-tlv320aic32x4"; 176 model = "imx-audio-tlv320aic32x4"; 178 audio-codec = <&tlv320aic32x4>; 302 tlv320aic32x4: audio-codec@18 { label 303 compatible = "ti,tlv320aic32x4";
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A 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";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | mba8mx.dtsi | 98 compatible = "fsl,imx-audio-tlv320aic32x4"; 99 model = "imx-audio-tlv320aic32x4"; 202 compatible = "ti,tlv320aic32x4";
|
H A D | imx8mp-tqma8mpql-mba8mpxl.dts | 213 compatible = "fsl,imx-audio-tlv320aic32x4"; 467 compatible = "ti,tlv320aic32x4";
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl-asoc-card.c | 648 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic32x4")) { in fsl_asoc_card_probe() 649 codec_dai_name = "tlv320aic32x4-hifi"; in fsl_asoc_card_probe() 930 { .compatible = "fsl,imx-audio-tlv320aic32x4", },
|
H A D | Kconfig | 336 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-echo.dts | 513 compatible = "ti,tlv320aic32x4";
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |