summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pcm/dsp.h')
-rw-r--r--sys/dev/sound/pcm/dsp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index 5e92d20..0a42e74 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -26,7 +26,4 @@
* $FreeBSD$
*/
-int dsp_register(int unit, int channel);
-int dsp_registerrec(int unit, int channel);
-int dsp_unregister(int unit, int channel);
-int dsp_unregisterrec(int unit, int channel);
+extern struct cdevsw dsp_cdevsw;
OpenPOWER on IntegriCloud