Searched refs:wm8998 (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8998.c | 106 struct wm8998_priv *wm8998 = snd_soc_component_get_drvdata(component); in wm8998_inmux_put() local 107 struct arizona *arizona = wm8998->core.arizona; in wm8998_inmux_put() 1261 struct wm8998_priv *wm8998 = snd_soc_component_get_drvdata(component); in wm8998_set_fll() local 1265 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll() 1267 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll() 1269 return arizona_set_fll_refclk(&wm8998->fll[0], source, Fref, in wm8998_set_fll() 1272 return arizona_set_fll_refclk(&wm8998->fll[1], source, Fref, in wm8998_set_fll() 1340 struct wm8998_priv *wm8998; in wm8998_probe() local 1343 wm8998 = devm_kzalloc(&pdev->dev, sizeof(struct wm8998_priv), in wm8998_probe() 1345 if (!wm8998) in wm8998_probe() [all …]
|