Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dmt6359.c1698 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1711 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1757 if (IS_DCC_BASE(mic_type)) { in mt_pga_r_event()
1770 if (IS_DCC_BASE(mic_type)) { in mt_pga_r_event()
1813 if (IS_DCC_BASE(mic_type)) { in mt_pga_3_event()
1826 if (IS_DCC_BASE(mic_type)) { in mt_pga_3_event()
2417 if (IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_0]) || in mt_dcc_clk_connect()
2418 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_1]) || in mt_dcc_clk_connect()
2419 IS_DCC_BASE(priv->mux_select[MUX_MIC_TYPE_2])) in mt_dcc_clk_connect()
H A Dmt6358.c672 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro
1549 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1591 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1616 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1644 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1661 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1739 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_disable()
H A Dmt6357.c224 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro
371 if (IS_DCC_BASE(mic_type)) { in mt6357_set_amic()
449 if (IS_DCC_BASE(mic_type)) { in mt6357_set_amic()
H A Dmt6359.h4278 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro