Home
last modified time | relevance | path

Searched defs:mixerctl (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Duaudio.c110 struct mixerctl { struct
111 uint16_t wValue[MIX_MAX_CHAN]; /* using nchan */
112 uint16_t wIndex;
113 uint8_t nchan;
114 uint8_t type;
122 int minval, maxval;
123 u_int delta;
124 u_int mul;
125 uint8_t class;
126 char ctlname[MAX_AUDIO_DEV_LEN];
[all …]
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dchannel.c94 char mixerdev[32],mixerctl[16]; variable