Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A 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 …]
H A Dcs47l24.h3 * cs47l24.h -- ALSA SoC Audio driver for Cirrus Logic CS47L24
H A DMakefile72 snd-soc-cs47l24-objs := cs47l24.o
398 obj-$(CONFIG_SND_SOC_CS47L24) += snd-soc-cs47l24.o
H A Darizona.c183 case CS47L24: in arizona_init_spk()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A 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.
H A Dcirrus,madera.yaml216 cs47l24, wm1831 where it is mandatory.
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Darizona-spi.c47 case CS47L24: in arizona_spi_probe()
95 { "cs47l24", CS47L24 },
H A Darizona-core.c622 case CS47L24: in arizona_runtime_resume()
712 case CS47L24: in arizona_runtime_suspend()
868 { .compatible = "cirrus,cs47l24", .data = (void *)CS47L24 },
937 .name = "cs47l24-codec",
1026 case CS47L24: in arizona_dev_init()
1043 case CS47L24: in arizona_dev_init()
1224 case CS47L24: in arizona_dev_init()
1225 type_name = "CS47L24"; in arizona_dev_init()
1234 "CS47L24 registered as %d\n", in arizona_dev_init()
1236 arizona->type = CS47L24; in arizona_dev_init()
H A Darizona-irq.c244 case CS47L24: in arizona_irq_init()
H A DMakefile61 obj-$(CONFIG_MFD_ARIZONA) += cs47l24-tables.o
H A DKconfig1936 bool "Cirrus Logic CS47L24 and WM1831"
1939 Support for Cirrus Logic CS47L24 and WM1831 low power audio SoC
H A Dcs47l24-tables.c3 * Data tables for CS47L24 codec
172 .name = "cs47l24 IRQ",
/OK3568_Linux_fs/kernel/include/linux/mfd/arizona/
H A Dcore.h36 CS47L24 = 8, enumerator
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-arizona.c176 case CS47L24: in arizona_gpio_probe()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS19014 F: drivers/mfd/cs47l24*
19030 F: sound/soc/codecs/cs47l24*