SWH_MIXER_START 269 sound/pci/ctxfi/ctmixer.c return (mixer->switch_state & (0x1 << (type - SWH_MIXER_START))) SWH_MIXER_START 278 sound/pci/ctxfi/ctmixer.c mixer->switch_state |= (0x1 << (type - SWH_MIXER_START)); SWH_MIXER_START 280 sound/pci/ctxfi/ctmixer.c mixer->switch_state &= ~(0x1 << (type - SWH_MIXER_START)); SWH_MIXER_START 754 sound/pci/ctxfi/ctmixer.c for (type = SWH_MIXER_START; type <= SWH_MIXER_END; type++) { SWH_MIXER_START 1132 sound/pci/ctxfi/ctmixer.c for (i = SWH_MIXER_START; i <= SWH_MIXER_END; i++) {