Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Deap.c645 1 << EAP_AUX_VOL | 1 << EAP_MIC_VOL; in eap_attach()
650 for (ctl.dev = EAP_MASTER_VOL; ctl.dev < EAP_MIC_VOL; in eap_attach()
663 ctl.un.mask = 1 << EAP_MIC_VOL; in eap_attach()
1322 if (m & (1 << EAP_MIC_VOL)) in eap1370_mixer_set_port()
1345 if (m & (1 << EAP_MIC_VOL)) in eap1370_mixer_set_port()
1377 case EAP_MIC_VOL: in eap1370_mixer_set_port()
1444 case EAP_MIC_VOL: in eap1370_mixer_get_port()
1549 case EAP_MIC_VOL: in eap1370_query_devinfo()
1566 dip->un.s.member[0].mask = 1 << EAP_MIC_VOL; in eap1370_query_devinfo()
1585 dip->un.s.member[0].mask = 1 << EAP_MIC_VOL; in eap1370_query_devinfo()
[all …]
Deapreg.h305 #define EAP_MIC_VOL 9 macro