Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/fsl/
Dimx-audmux.c24 static struct clk *audmux_clk; variable
65 if (audmux_clk) { in audmux_read_file()
66 ret = clk_prepare_enable(audmux_clk); in audmux_read_file()
74 if (audmux_clk) in audmux_read_file()
75 clk_disable_unprepare(audmux_clk); in audmux_read_file()
212 if (audmux_clk) { in imx_audmux_v2_configure_port()
213 ret = clk_prepare_enable(audmux_clk); in imx_audmux_v2_configure_port()
221 if (audmux_clk) in imx_audmux_v2_configure_port()
222 clk_disable_unprepare(audmux_clk); in imx_audmux_v2_configure_port()
294 audmux_clk = devm_clk_get(&pdev->dev, "audmux"); in imx_audmux_probe()
[all …]