Home
last modified time | relevance | path

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

/sound/soc/mediatek/mt2701/
A Dmt2701-afe-clock-ctrl.c41 struct clk *i2s_ck; in mt2701_init_clock() local
66 i2s_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()
67 if (IS_ERR(i2s_ck)) { in mt2701_init_clock()
69 return PTR_ERR(i2s_ck); in mt2701_init_clock()
71 i2s_path->hop_ck[SNDRV_PCM_STREAM_PLAYBACK] = i2s_ck; in mt2701_init_clock()
74 i2s_ck = devm_clk_get(afe->dev, name); in mt2701_init_clock()
75 if (IS_ERR(i2s_ck)) { in mt2701_init_clock()
77 return PTR_ERR(i2s_ck); in mt2701_init_clock()
79 i2s_path->hop_ck[SNDRV_PCM_STREAM_CAPTURE] = i2s_ck; in mt2701_init_clock()

Completed in 2 milliseconds