Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctmixer.c102 #define SWH_MIXER_START MIXER_PCM_C_S macro
269 return (mixer->switch_state & (0x1 << (type - SWH_MIXER_START))) in get_switch_state()
278 mixer->switch_state |= (0x1 << (type - SWH_MIXER_START)); in set_switch_state()
280 mixer->switch_state &= ~(0x1 << (type - SWH_MIXER_START)); in set_switch_state()
754 for (type = SWH_MIXER_START; type <= SWH_MIXER_END; type++) { in ct_mixer_kcontrols_create()
1132 for (i = SWH_MIXER_START; i <= SWH_MIXER_END; i++) { in mixer_resume()