Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-afe-clk.c24 CLK_I2S4_BCLK_SW, enumerator
64 [CLK_I2S4_BCLK_SW] = "aud_i2s4_bclk_sw",
187 ret = clk_prepare_enable(afe_priv->clk[CLK_I2S4_BCLK_SW]); in mt8183_afe_enable_clock()
190 __func__, aud_clks[CLK_I2S4_BCLK_SW], ret); in mt8183_afe_enable_clock()
218 clk_disable_unprepare(afe_priv->clk[CLK_I2S4_BCLK_SW]); in mt8183_afe_disable_clock()