taglinefilesource code
supported_devices45drivers/sound/sb_mixer.cstatic int supported_devices;
supported_devices126drivers/sound/sb_mixer.cif (!((1<<dev) & supported_devices)) 
supported_devices146drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /* Not supported */
supported_devices279drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices);
supported_devices283drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices & 
supported_devices332drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices339drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;