Home
last modified time | relevance | path

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

/linux/sound/soc/sunxi/
H A Dsun4i-spdif.c182 const char *tx_clk_name; member
583 .tx_clk_name = "tx",
658 const char *tx_clk_name = "spdif"; in sun4i_spdif_probe() local
695 if (quirks->tx_clk_name) in sun4i_spdif_probe()
696 tx_clk_name = quirks->tx_clk_name; in sun4i_spdif_probe()
697 host->spdif_clk = devm_clk_get(&pdev->dev, tx_clk_name); in sun4i_spdif_probe()
700 tx_clk_name); in sun4i_spdif_probe()