Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dmt6358.c671 #define IS_DCC_BASE(type) ((type) == MIC_TYPE_MUX_DCC || \ macro
1548 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1590 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1615 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1643 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1660 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1738 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