Searched refs:cs47l24 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | cs47l24.c | 938 struct cs47l24_priv *cs47l24 = snd_soc_component_get_drvdata(component); in cs47l24_set_fll() local 942 return arizona_set_fll(&cs47l24->fll[0], source, Fref, Fout); in cs47l24_set_fll() 944 return arizona_set_fll(&cs47l24->fll[1], source, Fref, Fout); in cs47l24_set_fll() 946 return arizona_set_fll_refclk(&cs47l24->fll[0], source, Fref, in cs47l24_set_fll() 949 return arizona_set_fll_refclk(&cs47l24->fll[1], source, Fref, in cs47l24_set_fll() 1213 struct cs47l24_priv *cs47l24; in cs47l24_probe() local 1218 cs47l24 = devm_kzalloc(&pdev->dev, sizeof(struct cs47l24_priv), in cs47l24_probe() 1220 if (!cs47l24) in cs47l24_probe() 1231 platform_set_drvdata(pdev, cs47l24); in cs47l24_probe() 1233 cs47l24->core.arizona = arizona; in cs47l24_probe() [all …]
|
D | Makefile | 63 snd-soc-cs47l24-objs := cs47l24.o 323 obj-$(CONFIG_SND_SOC_CS47L24) += snd-soc-cs47l24.o
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | arizona.txt | 9 "cirrus,cs47l24" 46 - DCVDD-supply : Main power supply (cs47l24, wm1831) 48 - MICVDD-supply : Microphone power supply (cs47l24, wm1831)
|
/Linux-v4.19/drivers/mfd/ |
D | Makefile | 57 obj-$(CONFIG_MFD_ARIZONA) += cs47l24-tables.o
|
/Linux-v4.19/ |
D | MAINTAINERS | 15884 F: drivers/mfd/cs47l24* 15900 F: sound/soc/codecs/cs47l24*
|