diff options
author | cg <cg@FreeBSD.org> | 2000-03-20 15:21:50 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-03-20 15:21:50 +0000 |
commit | 2a1e86107da4228384ff5e206f3bd033a6913ee7 (patch) | |
tree | f6f86fe0505bffc5669a2a472ab0990ef68bf164 /sys/dev/sound/pcm/mixer.h | |
parent | ff3f6ce52c0295efd20a1710932a3798445329c2 (diff) | |
download | FreeBSD-src-2a1e86107da4228384ff5e206f3bd033a6913ee7.zip FreeBSD-src-2a1e86107da4228384ff5e206f3bd033a6913ee7.tar.gz |
add a function to reinitialize the mixer, to be called by drivers on
resuming after suspend
Diffstat (limited to 'sys/dev/sound/pcm/mixer.h')
-rw-r--r-- | sys/dev/sound/pcm/mixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index aac98a1..a0487d5 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -27,6 +27,7 @@ */ extern int mixer_init(snddev_info *d, snd_mixer *m, void *devinfo); +extern int mixer_reinit(snddev_info *d); extern int mixer_set(snddev_info *d, unsigned dev, unsigned lev); extern int mixer_get(snddev_info *d, int dev); extern int mixer_setrecsrc(snddev_info *d, u_int32_t src); |