Home
last modified time | relevance | path

Searched full:cs47l24 (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.15/sound/soc/codecs/
Dcs47l24.c3 * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24
31 #include "cs47l24.h"
33 #define DRV_NAME "cs47l24-codec"
937 struct cs47l24_priv *cs47l24 = snd_soc_component_get_drvdata(component); in cs47l24_set_fll() local
941 return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout); in cs47l24_set_fll()
943 return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout); in cs47l24_set_fll()
945 return arizona_set_fll_refclk(&cs47l24->fll[0], source, Fref, in cs47l24_set_fll()
948 return arizona_set_fll_refclk(&cs47l24->fll[1], source, Fref, in cs47l24_set_fll()
962 .name = "cs47l24-aif1",
984 .name = "cs47l24-aif2",
[all …]
Dcs47l24.h3 * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24
DMakefile75 snd-soc-cs47l24-objs := cs47l24.o
405 obj-$(CONFIG_SND_SOC_CS47L24) += snd-soc-cs47l24.o
Darizona.c183 case CS47L24: in arizona_init_spk()
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dwlf,arizona.yaml25 - cirrus,cs47l24
80 - cirrus,cs47l24
108 - cirrus,cs47l24
134 Digital power supply, normally supplied internally except on cs47l24,
140 cs47l24, wm1831 where it is mandatory.
Dcirrus,madera.yaml216 cs47l24, wm1831 where it is mandatory.
/Linux-v5.15/drivers/mfd/
Darizona-spi.c169 case CS47L24: in arizona_spi_probe()
223 { "cs47l24", CS47L24 },
Darizona-core.c622 case CS47L24: in arizona_runtime_resume()
712 case CS47L24: in arizona_runtime_suspend()
857 { .compatible = "cirrus,cs47l24", .data = (void *)CS47L24 },
916 .name = "cs47l24-codec",
995 case CS47L24: in arizona_dev_init()
1012 case CS47L24: in arizona_dev_init()
1193 case CS47L24: in arizona_dev_init()
1194 type_name = "CS47L24"; in arizona_dev_init()
1203 "CS47L24 registered as %d\n", in arizona_dev_init()
1205 arizona->type = CS47L24; in arizona_dev_init()
Darizona-irq.c244 case CS47L24: in arizona_irq_init()
DMakefile61 arizona-objs += cs47l24-tables.o
DKconfig1823 bool "Cirrus Logic CS47L24 and WM1831"
1826 Support for Cirrus Logic CS47L24 and WM1831 low power audio SoC
Dcs47l24-tables.c3 * Data tables for CS47L24 codec
172 .name = "cs47l24 IRQ",
/Linux-v5.15/include/linux/mfd/arizona/
Dcore.h36 CS47L24 = 8, enumerator
/Linux-v5.15/drivers/gpio/
Dgpio-arizona.c176 case CS47L24: in arizona_gpio_probe()
/Linux-v5.15/
DMAINTAINERS20282 F: drivers/mfd/cs47l24*
20298 F: sound/soc/codecs/cs47l24*