tag | line | file | source code |
supported_devices | 80 | drivers/sound/ad1848.c | int supported_devices; |
supported_devices | 369 | drivers/sound/ad1848.c | if (!((1 << dev) & devc->supported_devices)) |
supported_devices | 406 | drivers/sound/ad1848.c | if (!(devc->supported_devices & (1 << dev))) |
supported_devices | 450 | drivers/sound/ad1848.c | devc->supported_devices = MODE2_MIXER_DEVICES; |
supported_devices | 454 | drivers/sound/ad1848.c | devc->supported_devices = MODE3_MIXER_DEVICES; |
supported_devices | 458 | drivers/sound/ad1848.c | devc->supported_devices = MODE1_MIXER_DEVICES; |
supported_devices | 464 | drivers/sound/ad1848.c | if (devc->supported_devices & (1 << i)) |
supported_devices | 507 | drivers/sound/ad1848.c | return snd_ioctl_return ((int *) arg, devc->supported_devices); |
supported_devices | 511 | drivers/sound/ad1848.c | return snd_ioctl_return ((int *) arg, devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX)); |
supported_devices | 56 | drivers/sound/sb_mixer.c | static int supported_devices; |
supported_devices | 203 | drivers/sound/sb_mixer.c | if (!((1 << dev) & supported_devices)) |
supported_devices | 238 | drivers/sound/sb_mixer.c | supported_devices = 0; |
supported_devices | 241 | drivers/sound/sb_mixer.c | supported_devices |= (1 << i); |
supported_devices | 243 | drivers/sound/sb_mixer.c | supported_rec_devices = supported_devices & |
supported_devices | 263 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* Not supported */ |
supported_devices | 320 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* |
supported_devices | 474 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices); |
supported_devices | 479 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices); |
supported_devices | 481 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices & ~(SOUND_MASK_MIC | SOUND_MASK_SPEAKER)); |
supported_devices | 544 | drivers/sound/sb_mixer.c | supported_devices = ES688_MIXER_DEVICES; |
supported_devices | 550 | drivers/sound/sb_mixer.c | supported_devices = 0; |
supported_devices | 560 | drivers/sound/sb_mixer.c | supported_devices = SGNXPRO_MIXER_DEVICES; |
supported_devices | 567 | drivers/sound/sb_mixer.c | supported_devices = SBPRO_MIXER_DEVICES; |
supported_devices | 576 | drivers/sound/sb_mixer.c | supported_devices = SB16_MIXER_DEVICES; |