Searched refs:SWH_MIXER_START (Results 1 – 1 of 1) sorted by relevance
106 #define SWH_MIXER_START MIXER_PCM_C_S macro273 return (mixer->switch_state & (0x1 << (type - SWH_MIXER_START))) in get_switch_state()282 mixer->switch_state |= (0x1 << (type - SWH_MIXER_START)); in set_switch_state()284 mixer->switch_state &= ~(0x1 << (type - SWH_MIXER_START)); in set_switch_state()758 for (type = SWH_MIXER_START; type <= SWH_MIXER_END; type++) { in ct_mixer_kcontrols_create()1134 for (i = SWH_MIXER_START; i <= SWH_MIXER_END; i++) { in mixer_resume()