Home
last modified time | relevance | path

Searched full:tlv320aic32x4 (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320aic32x4.yaml5 $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 Dfsl-asoc-card.yaml84 - fsl,imx-audio-tlv320aic32x4
/linux/sound/soc/codecs/
H A Dtlv320aic32x4-spi.c17 #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");
H A Dtlv320aic32x4-i2c.c17 #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");
H A Dtlv320aic32x4.h3 * tlv320aic32x4.h
25 /* tlv320aic32x4 register space (in decimal to match datasheet) */
H A Dtlv320aic32x4-clk.c3 * Clock Tree for the Texas Instruments TLV320AIC32x4
15 #include "tlv320aic32x4.h"
H A DKconfig2294 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - I2C"
2300 tristate "Texas Instruments TLV320AIC32x4 audio CODECs - SPI"
/linux/include/sound/
H A Dtlv320aic32x4.h3 * tlv320aic32x4.h -- TLV320AIC32X4 Soc Audio driver platform data
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a-mbls1021a.dts159 compatible = "fsl,imx-audio-tlv320aic32x4";
162 audio-codec = <&tlv320aic32x4>;
206 tlv320aic32x4: audio-codec@18 { label
207 compatible = "ti,tlv320aic32x4";
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95-tqma9596sa-mb-smarc-2.dts145 compatible = "fsl,imx-audio-tlv320aic32x4";
195 compatible = "ti,tlv320aic32x4";
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-mba335x.dts99 sound-dai = <&tlv320aic32x4>;
496 tlv320aic32x4: audio-codec@18 { label
497 compatible = "ti,tlv320aic32x4";
H A Domap3-echo.dts513 compatible = "ti,tlv320aic32x4";
/linux/sound/soc/fsl/
H A DKconfig329 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
H A Dfsl-asoc-card.c764 } else if (of_device_is_compatible(np, "fsl,imx-audio-tlv320aic32x4")) { in fsl_asoc_card_probe()
765 codec_dai_name[0] = "tlv320aic32x4-hifi"; in fsl_asoc_card_probe()
1083 { .compatible = "fsl,imx-audio-tlv320aic32x4", },