Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/mediatek/mt2701/
Dmt2701-afe-clock-ctrl.c71 i2s_path->hop_ck[SNDRV_PCM_STREAM_PLAYBACK] = i2s_ck; in mt2701_init_clock()
79 i2s_path->hop_ck[SNDRV_PCM_STREAM_CAPTURE] = i2s_ck; in mt2701_init_clock()
113 ret = clk_prepare_enable(i2s_path->hop_ck[dir]); in mt2701_afe_enable_i2s()
131 clk_disable_unprepare(i2s_path->hop_ck[dir]); in mt2701_afe_disable_i2s()
Dmt2701-afe-common.h77 struct clk *hop_ck[MTK_STREAM_NUM]; member