Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dimx-audmux.c24 static struct clk *audmux_clk; variable
65 ret = clk_prepare_enable(audmux_clk); in audmux_read_file()
72 clk_disable_unprepare(audmux_clk); in audmux_read_file()
209 ret = clk_prepare_enable(audmux_clk); in imx_audmux_v2_configure_port()
216 clk_disable_unprepare(audmux_clk); in imx_audmux_v2_configure_port()
288 audmux_clk = devm_clk_get(&pdev->dev, "audmux"); in imx_audmux_probe()
289 if (IS_ERR(audmux_clk)) { in imx_audmux_probe()
291 PTR_ERR(audmux_clk)); in imx_audmux_probe()
292 audmux_clk = NULL; in imx_audmux_probe()
332 clk_prepare_enable(audmux_clk); in imx_audmux_suspend()
[all …]