sclk_sel           22 sound/soc/meson/axg-tdm-formatter.c 	struct clk *sclk_sel;
sclk_sel          197 sound/soc/meson/axg-tdm-formatter.c 	ret = clk_set_parent(formatter->sclk_sel, ts->iface->sclk);
sclk_sel          310 sound/soc/meson/axg-tdm-formatter.c 	formatter->sclk_sel = devm_clk_get(dev, "sclk_sel");
sclk_sel          311 sound/soc/meson/axg-tdm-formatter.c 	if (IS_ERR(formatter->sclk_sel)) {
sclk_sel          312 sound/soc/meson/axg-tdm-formatter.c 		ret = PTR_ERR(formatter->sclk_sel);