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

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

Completed in 137 milliseconds