Home
last modified time | relevance | path

Searched full:cs4271 (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs4271-i2c.c3 * CS4271 I2C audio driver
12 #include "cs4271.h"
26 { "cs4271" },
33 .name = "cs4271",
41 MODULE_DESCRIPTION("ASoC CS4271 I2C Driver");
H A Dcs4271-spi.c3 * CS4271 SPI audio driver
12 #include "cs4271.h"
28 .name = "cs4271",
35 MODULE_DESCRIPTION("ASoC CS4271 SPI Driver");
H A DMakefile100 snd-soc-cs4271-y := cs4271.o
101 snd-soc-cs4271-i2c-y := cs4271-i2c.o
102 snd-soc-cs4271-spi-y := cs4271-spi.o
531 obj-$(CONFIG_SND_SOC_CS4271) += snd-soc-cs4271.o
532 obj-$(CONFIG_SND_SOC_CS4271_I2C) += snd-soc-cs4271-i2c.o
533 obj-$(CONFIG_SND_SOC_CS4271_SPI) += snd-soc-cs4271-spi.o
H A DKconfig1000 tristate "Cirrus Logic CS4271 CODEC (I2C)"
1006 tristate "Cirrus Logic CS4271 CODEC (SPI)"
/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs4271.yaml4 $id: http://devicetree.org/schemas/sound/cirrus,cs4271.yaml#
7 title: Cirrus Logic CS4271 audio CODEC
14 The CS4271 is a stereo audio codec. This device supports both the I2C
23 const: cirrus,cs4271
60 The CS4271 requires its LRCLK and MCLK to be stable before its RESET
86 compatible = "cirrus,cs4271";
/linux/include/sound/
H A Dcs4271.h3 * Definitions for CS4271 ASoC codec driver
15 * The CS4271 requires its LRCLK and MCLK to be stable before its RESET
/linux/arch/arm/boot/dts/cirrus/
H A Dep93xx-edb9302.dts146 cs4271: codec@0 { label
147 compatible = "cirrus,cs4271";
/linux/sound/soc/fsl/
H A DKconfig328 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
H A Dfsl-asoc-card.c757 codec_dai_name[0] = "cs4271-hifi"; in fsl_asoc_card_probe()