taglinefilesource code
supported_devices80drivers/sound/ad1848.cint             supported_devices;
supported_devices369drivers/sound/ad1848.cif (!((1 << dev) & devc->supported_devices))
supported_devices406drivers/sound/ad1848.cif (!(devc->supported_devices & (1 << dev)))
supported_devices450drivers/sound/ad1848.cdevc->supported_devices = MODE2_MIXER_DEVICES;
supported_devices454drivers/sound/ad1848.cdevc->supported_devices = MODE3_MIXER_DEVICES;
supported_devices458drivers/sound/ad1848.cdevc->supported_devices = MODE1_MIXER_DEVICES;
supported_devices464drivers/sound/ad1848.cif (devc->supported_devices & (1 << i))
supported_devices507drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices);
supported_devices511drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX));
supported_devices56drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices203drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices238drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices241drivers/sound/sb_mixer.csupported_devices |= (1 << i);
supported_devices243drivers/sound/sb_mixer.csupported_rec_devices = supported_devices &
supported_devices263drivers/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_devices544drivers/sound/sb_mixer.csupported_devices = ES688_MIXER_DEVICES;
supported_devices550drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices560drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices567drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices576drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;