taglinefilesource code
supported_devices78drivers/sound/ad1848.cint             supported_devices;
supported_devices363drivers/sound/ad1848.cif (!((1 << dev) & devc->supported_devices))
supported_devices400drivers/sound/ad1848.cif (!(devc->supported_devices & (1 << dev)))
supported_devices441drivers/sound/ad1848.cdevc->supported_devices = MODE2_MIXER_DEVICES;
supported_devices443drivers/sound/ad1848.cdevc->supported_devices = MODE1_MIXER_DEVICES;
supported_devices448drivers/sound/ad1848.cif (devc->supported_devices & (1 << i))
supported_devices490drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices);
supported_devices494drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX));
supported_devices51drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices198drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices234drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices237drivers/sound/sb_mixer.csupported_devices |= (1 << i);
supported_devices239drivers/sound/sb_mixer.csupported_rec_devices = supported_devices &
supported_devices259drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /* Not supported */
supported_devices320drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /*
supported_devices474drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices);
supported_devices479drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices);
supported_devices481drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices & ~(SOUND_MASK_MIC | SOUND_MASK_SPEAKER));
supported_devices545drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices556drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices563drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices572drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;