Home
last modified time | relevance | path

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

/freebsd/lib/libmixer/
H A DSymbol.map5 mixer_open;
H A DMakefile10 MLINKS+= mixer.3 mixer_open.3
H A Dmixer.h101 struct mixer *mixer_open(const char *);
H A Dmixer.c63 mixer_open(const char *name) in mixer_open() function
484 if ((m = mixer_open(NULL)) == NULL) in mixer_get_nmixers()
/freebsd/usr.sbin/mixer/
H A Dmixer.c101 if ((m = mixer_open(buf)) == NULL) in main()
116 if ((m = mixer_open(name)) == NULL) in main()
131 if ((m = mixer_open(NULL)) == NULL) in main()
/freebsd/sys/dev/sound/pcm/
H A Dmixer.c64 static d_open_t mixer_open; variable
70 .d_open = mixer_open,
925 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in mixer_open() function