summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index c3e77de..48ed90b 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -63,6 +63,7 @@
#include <sys/mman.h>
#include <sys/poll.h>
#include <sys/soundcard.h>
+#include <sys/sysctl.h>
#include <isa/isavar.h>
#include <vm/vm.h>
#include <vm/pmap.h>
@@ -163,6 +164,8 @@ int fkchan_kill(pcm_channel *c);
#define DEB(x)
#endif
+SYSCTL_DECL(_hw_snd);
+
int pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo);
int pcm_register(device_t dev, void *devinfo, int numplay, int numrec);
int pcm_unregister(device_t dev);
OpenPOWER on IntegriCloud