Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_tegra.c63 struct clk *hda2codec_2x_clk; member
112 rc = clk_prepare_enable(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()
122 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()
131 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_disable_clocks()
264 hda->hda2codec_2x_clk = devm_clk_get(dev, "hda2codec_2x"); in hda_tegra_init_clk()
265 if (IS_ERR(hda->hda2codec_2x_clk)) { in hda_tegra_init_clk()
267 return PTR_ERR(hda->hda2codec_2x_clk); in hda_tegra_init_clk()