Searched full:cs4271 (Results  1 – 9 of 9) sorted by relevance
| /linux/sound/soc/codecs/ | 
| H A D | cs4271-i2c.c | 3  * CS4271 I2C audio driver12 #include "cs4271.h"
 26 	{ "cs4271" },
 33 		.name = "cs4271",
 41 MODULE_DESCRIPTION("ASoC CS4271 I2C Driver");
 
 | 
| H A D | cs4271-spi.c | 3  * CS4271 SPI audio driver12 #include "cs4271.h"
 28 		.name	= "cs4271",
 35 MODULE_DESCRIPTION("ASoC CS4271 SPI Driver");
 
 | 
| H A D | Makefile | 100 snd-soc-cs4271-y := cs4271.o101 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 D | Kconfig | 1000 	tristate "Cirrus Logic CS4271 CODEC (I2C)"1006 	tristate "Cirrus Logic CS4271 CODEC (SPI)"
 
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | cirrus,cs4271.yaml | 4 $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 D | cs4271.h | 3  * Definitions for CS4271 ASoC codec driver15 	 * The CS4271 requires its LRCLK and MCLK to be stable before its RESET
 
 | 
| /linux/arch/arm/boot/dts/cirrus/ | 
| H A D | ep93xx-edb9302.dts | 146 	cs4271: codec@0 {  label147 		compatible = "cirrus,cs4271";
 
 | 
| /linux/sound/soc/fsl/ | 
| H A D | Kconfig | 328 	 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
 | 
| H A D | fsl-asoc-card.c | 757 		codec_dai_name[0] = "cs4271-hifi";  in fsl_asoc_card_probe()
 |