Searched refs:cs47l90 (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
D | cs47l90.c | 35 struct cs47l90 { struct 115 struct cs47l90 *cs47l90 = snd_soc_component_get_drvdata(component); in cs47l90_adsp_power_ev() local 116 struct madera_priv *priv = &cs47l90->core; in cs47l90_adsp_power_ev() 130 ret = madera_set_adsp_clk(&cs47l90->core, w->shift, freq); in cs47l90_adsp_power_ev() 2148 struct cs47l90 *cs47l90 = snd_soc_component_get_drvdata(component); in cs47l90_set_fll() local 2152 return madera_set_fll_refclk(&cs47l90->fll[0], source, fref, in cs47l90_set_fll() 2155 return madera_set_fll_refclk(&cs47l90->fll[1], source, fref, in cs47l90_set_fll() 2158 return madera_set_fll_ao_refclk(&cs47l90->fll[2], source, fref, in cs47l90_set_fll() 2161 return madera_set_fll_syncclk(&cs47l90->fll[0], source, fref, in cs47l90_set_fll() 2164 return madera_set_fll_syncclk(&cs47l90->fll[1], source, fref, in cs47l90_set_fll() [all …]
|
D | Makefile | 90 snd-soc-cs47l90-objs := cs47l90.o 451 obj-$(CONFIG_SND_SOC_CS47L90) += snd-soc-cs47l90.o
|