Searched refs:i2s_path (Results 1 – 3 of 3) sorted by relevance
40 struct mt2701_i2s_path *i2s_path = &afe_priv->i2s_path[i]; in mt2701_init_clock() local45 i2s_path->sel_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()46 if (IS_ERR(i2s_path->sel_ck)) { in mt2701_init_clock()48 return PTR_ERR(i2s_path->sel_ck); in mt2701_init_clock()52 i2s_path->div_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()53 if (IS_ERR(i2s_path->div_ck)) { in mt2701_init_clock()55 return PTR_ERR(i2s_path->div_ck); in mt2701_init_clock()59 i2s_path->mclk_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()60 if (IS_ERR(i2s_path->mclk_ck)) { in mt2701_init_clock()62 return PTR_ERR(i2s_path->mclk_ck); in mt2701_init_clock()[all …]
21 struct mt2701_i2s_path *i2s_path,24 struct mt2701_i2s_path *i2s_path,
90 struct mt2701_i2s_path *i2s_path; member