Home
last modified time | relevance | path

Searched refs:cs47l24 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs47l24.c937 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()
1212 struct cs47l24_priv *cs47l24; in cs47l24_probe() local
1217 cs47l24 = devm_kzalloc(&pdev->dev, sizeof(struct cs47l24_priv), in cs47l24_probe()
1219 if (!cs47l24) in cs47l24_probe()
1230 platform_set_drvdata(pdev, cs47l24); in cs47l24_probe()
1232 cs47l24->core.arizona = arizona; in cs47l24_probe()
[all …]
H A DMakefile72 snd-soc-cs47l24-objs := cs47l24.o
398 obj-$(CONFIG_SND_SOC_CS47L24) += snd-soc-cs47l24.o
/OK3568_Linux_fs/kernel/drivers/mfd/
H A DMakefile61 obj-$(CONFIG_MFD_ARIZONA) += cs47l24-tables.o
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS19014 F: drivers/mfd/cs47l24*
19030 F: sound/soc/codecs/cs47l24*