taglinefilesource code
supported_devices49drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices166drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices189drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /* Not supported */
supported_devices323drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices);
supported_devices327drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices &
supported_devices391drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices398drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices407drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;