Lines Matching refs:supported_devices
94 int supported_devices, orig_devices; member
497 if (!((1 << dev) & devc->supported_devices)) in ad1848_mixer_get()
541 if (!(devc->supported_devices & (1 << dev))) in ad1848_mixer_set()
602 devc->supported_devices = MODE2_MIXER_DEVICES; in ad1848_mixer_reset()
606 devc->supported_devices = C930_MIXER_DEVICES; in ad1848_mixer_reset()
611 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
618 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
623 devc->supported_devices = MODE3_MIXER_DEVICES; in ad1848_mixer_reset()
628 devc->supported_devices = SPRO_MIXER_DEVICES; in ad1848_mixer_reset()
635 devc->supported_devices = MODE1_MIXER_DEVICES; in ad1848_mixer_reset()
638 devc->orig_devices = devc->supported_devices; in ad1848_mixer_reset()
645 if (devc->supported_devices & (1 << i)) in ad1848_mixer_reset()
736 val = devc->supported_devices; in ad1848_mixer_ioctl()
740 val = devc->supported_devices; in ad1848_mixer_ioctl()
2124 if (!(devc->supported_devices & (1 << o)) && in ad1848_control()
2131 devc->supported_devices &= ~(1 << o); in ad1848_control()
2141 if (devc->supported_devices & (1 << o)) in ad1848_control()
2142 devc->supported_devices |= (1 << n); in ad1848_control()
2146 devc->supported_devices &= ~(1 << o); in ad1848_control()