Home
last modified time | relevance | path

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

/freebsd/usr.sbin/sndctl/
H A Dsndctl.c57 struct snd_chan { struct
86 TAILQ_ENTRY(snd_chan) next; argument
113 TAILQ_HEAD(, snd_chan) chans;
183 #define F(member) offsetof(struct snd_chan, member)
444 struct snd_chan *ch; in read_dev()
588 if ((ch = calloc(1, sizeof(struct snd_chan))) == NULL) in read_dev()
659 struct snd_chan *ch; in free_dev()
706 print_chan_ctl(struct snd_chan *ch, struct snd_ctl *ctl, bool simple, in print_chan_ctl()
748 struct snd_chan *ch; in print_dev()
989 struct snd_chan *ch; in main()