Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dmt6359.c1586 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1599 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1645 if (IS_DCC_BASE(mic_type)) { in mt_pga_r_event()
1658 if (IS_DCC_BASE(mic_type)) { in mt_pga_r_event()
1701 if (IS_DCC_BASE(mic_type)) { in mt_pga_3_event()
1714 if (IS_DCC_BASE(mic_type)) { in mt_pga_3_event()
2305 if (IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_0]) || in mt_dcc_clk_connect()
2306 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_1]) || in mt_dcc_clk_connect()
2307 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_2])) in mt_dcc_clk_connect()
Dmt6358.c742 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro
1619 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1661 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1686 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1714 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1731 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1809 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_disable()
Dmt6359.h4278 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro