tag | line | file | source code |
supported_devices | 45 | drivers/sound/sb_mixer.c | static int supported_devices; |
supported_devices | 126 | drivers/sound/sb_mixer.c | if (!((1<<dev) & supported_devices)) |
supported_devices | 146 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* Not supported */ |
supported_devices | 279 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices); |
supported_devices | 283 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices & |
supported_devices | 332 | drivers/sound/sb_mixer.c | supported_devices = SBPRO_MIXER_DEVICES; |
supported_devices | 339 | drivers/sound/sb_mixer.c | supported_devices = SB16_MIXER_DEVICES; |