Searched full:cs4271 (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | cs4271.c | 3 * CS4271 ASoC codec driver 7 * This driver support CS4271 codec being master or slave, working 22 #include <sound/cs4271.h> 23 #include "cs4271.h" 31 * CS4271 registers 46 /* Bit masks for the CS4271 registers */ 130 * Default CS4271 power-up configuration 197 struct cs4271_private *cs4271 = snd_soc_component_get_drvdata(component); in cs4271_set_dai_sysclk() local 199 cs4271->mclk = freq; in cs4271_set_dai_sysclk() 207 struct cs4271_private *cs4271 = snd_soc_component_get_drvdata(component); in cs4271_set_dai_fmt() local [all …]
|
D | cs4271-i2c.c | 3 * CS4271 I2C audio driver 12 #include "cs4271.h" 26 { "cs4271" }, 33 .name = "cs4271", 41 MODULE_DESCRIPTION("ASoC CS4271 I2C Driver");
|
D | cs4271-spi.c | 3 * CS4271 SPI audio driver 12 #include "cs4271.h" 28 .name = "cs4271", 35 MODULE_DESCRIPTION("ASoC CS4271 SPI Driver");
|
D | Makefile | 97 snd-soc-cs4271-y := cs4271.o 98 snd-soc-cs4271-i2c-y := cs4271-i2c.o 99 snd-soc-cs4271-spi-y := cs4271-spi.o 504 obj-$(CONFIG_SND_SOC_CS4271) += snd-soc-cs4271.o 505 obj-$(CONFIG_SND_SOC_CS4271_I2C) += snd-soc-cs4271-i2c.o 506 obj-$(CONFIG_SND_SOC_CS4271_SPI) += snd-soc-cs4271-spi.o
|
D | Kconfig | 956 tristate "Cirrus Logic CS4271 CODEC (I2C)" 962 tristate "Cirrus Logic CS4271 CODEC (SPI)"
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
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-6.12.1/include/sound/ |
D | cs4271.h | 3 * Definitions for CS4271 ASoC codec driver 15 * The CS4271 requires its LRCLK and MCLK to be stable before its RESET
|
/linux-6.12.1/arch/arm/boot/dts/cirrus/ |
D | ep93xx-edb9302.dts | 146 cs4271: codec@0 { label 147 compatible = "cirrus,cs4271";
|
/linux-6.12.1/sound/soc/fsl/ |
D | Kconfig | 324 CS4271, CS4272, SGTL5000 and TLV320AIC32x4.
|
D | fsl-asoc-card.c | 754 codec_dai_name[0] = "cs4271-hifi"; in fsl_asoc_card_probe()
|