Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/ctxfi/
Dctmixer.c106 #define SWH_MIXER_START MIXER_PCM_C_S macro
273 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()