Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_tegra.c73 struct clk *hda2codec_2x_clk; member
220 rc = clk_prepare_enable(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()
230 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()
240 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_disable_clocks()
326 hda->hda2codec_2x_clk = devm_clk_get(dev, "hda2codec_2x"); in hda_tegra_init_chip()
327 if (IS_ERR(hda->hda2codec_2x_clk)) { in hda_tegra_init_chip()
329 return PTR_ERR(hda->hda2codec_2x_clk); in hda_tegra_init_chip()