summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/dsp.h
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-09-05 16:28:41 +0000
committercg <cg@FreeBSD.org>2001-09-05 16:28:41 +0000
commit9d8a805762329a53d281cceb6a882df9f8f81326 (patch)
tree9b366877ef6fe361dc6f34aa24fa1b89089581b9 /sys/dev/sound/pcm/dsp.h
parent5f2415a1e944afe0b68330f6a37b04b185af81d8 (diff)
downloadFreeBSD-src-9d8a805762329a53d281cceb6a882df9f8f81326.zip
FreeBSD-src-9d8a805762329a53d281cceb6a882df9f8f81326.tar.gz
add a method for recording of specific channels for devices with more than
one hardware record channel. new devices, /dev/dsprX.Y where X is unit number and Y is channel index.
Diffstat (limited to 'sys/dev/sound/pcm/dsp.h')
-rw-r--r--sys/dev/sound/pcm/dsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h
index 39e8ea5..7943bec 100644
--- a/sys/dev/sound/pcm/dsp.h
+++ b/sys/dev/sound/pcm/dsp.h
@@ -27,6 +27,6 @@
*/
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);
OpenPOWER on IntegriCloud