taglinefilesource code
supported_devices49drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices178drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices201drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /*
supported_devices353drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices);
supported_devices357drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices &
supported_devices420drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices427drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices436drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;