Home
last modified time | relevance | path

Searched refs:EAP_MIC_VOL (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/pci/
Deap.c618 1 << EAP_MIC_VOL; in eap_attach()
623 for (ctl.dev = EAP_MASTER_VOL; ctl.dev < EAP_MIC_VOL; in eap_attach()
636 ctl.un.mask = 1 << EAP_MIC_VOL; in eap_attach()
1293 if (m & (1 << EAP_MIC_VOL)) in eap1370_mixer_set_port()
1316 if (m & (1 << EAP_MIC_VOL)) in eap1370_mixer_set_port()
1348 case EAP_MIC_VOL: in eap1370_mixer_set_port()
1412 case EAP_MIC_VOL: in eap1370_mixer_get_port()
1517 case EAP_MIC_VOL: in eap1370_query_devinfo()
1536 dip->un.s.member[0].mask = 1 << EAP_MIC_VOL; in eap1370_query_devinfo()
1561 dip->un.s.member[0].mask = 1 << EAP_MIC_VOL; in eap1370_query_devinfo()
[all …]
Deapreg.h265 #define EAP_MIC_VOL 6 macro