Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h87 struct pcm_channel { struct
106 struct pcm_channel *parentchannel; argument
107 void *devinfo;
108 device_t dev;
109 int unit;
110 int type;
111 char name[CHN_NAMELEN];
112 char comm[MAXCOMLEN + 1];
113 struct mtx *lock;
114 int trigger;
[all …]