Searched refs:supported_devices (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dsb_mixer.c249 if (!((1 << dev) & devc->supported_devices))
261 devc->supported_devices = 0;
264 devc->supported_devices |= (1 << i);
266 devc->supported_rec_devices = devc->supported_devices &
367 if (!(devc->supported_devices & (1 << dev))) /*
601 ret = devc->supported_devices;
605 ret = devc->supported_devices;
691 devc->supported_devices = SBPRO_MIXER_DEVICES;
703 devc->supported_devices = 0;
716 devc->supported_devices
[all...]
H A Dad1848.c95 int supported_devices, orig_devices; member in struct:__anon10961
498 if (!((1 << dev) & devc->supported_devices))
542 if (!(devc->supported_devices & (1 << dev)))
603 devc->supported_devices = MODE2_MIXER_DEVICES;
607 devc->supported_devices = C930_MIXER_DEVICES;
612 devc->supported_devices = MODE3_MIXER_DEVICES;
619 devc->supported_devices = MODE3_MIXER_DEVICES;
624 devc->supported_devices = MODE3_MIXER_DEVICES;
629 devc->supported_devices = SPRO_MIXER_DEVICES;
636 devc->supported_devices
[all...]
H A Dad1816.c39 int supported_devices; member in struct:__anon10959
701 if (!((1 << dev) & devc->supported_devices))
744 if (!(devc->supported_devices & (1 << dev)))
825 devc->supported_devices = MIXER_DEVICES;
830 if (devc->supported_devices & (1 << i))
876 val=devc->supported_devices;
881 val=devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX);
H A Dsb.h114 int mixer_caps, recmask, outmask, supported_devices; member in struct:sb_devc
H A Dsb_ess.c1623 devc->supported_devices = ES1887_MIXER_DEVICES;
1638 devc->supported_devices = ES688_MIXER_DEVICES;
1647 devc->supported_devices = ES1688_MIXER_DEVICES;

Completed in 36 milliseconds