summaryrefslogtreecommitdiffstats
path: root/sys/dev/audio_if.h
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2016-09-19 06:46:43 +0000
committerratchov <ratchov@openbsd.org>2016-09-19 06:46:43 +0000
commit56fd3f56d1a8f522a9ced8a036f88142069e12b8 (patch)
tree9f734177ed39b022e9f5714bb3209e8a44dfb14e /sys/dev/audio_if.h
parentUpdate ld search path for libssl/libcrypto, fixes cross-build after source moved. (diff)
downloadwireguard-openbsd-56fd3f56d1a8f522a9ced8a036f88142069e12b8.tar.xz
wireguard-openbsd-56fd3f56d1a8f522a9ced8a036f88142069e12b8.zip
Remove unused getdev() audio driver functions.
Diffstat (limited to 'sys/dev/audio_if.h')
-rw-r--r--sys/dev/audio_if.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/audio_if.h b/sys/dev/audio_if.h
index dab2389e15f..bdef371a81c 100644
--- a/sys/dev/audio_if.h
+++ b/sys/dev/audio_if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: audio_if.h,v 1.32 2016/09/14 06:12:19 ratchov Exp $ */
+/* $OpenBSD: audio_if.h,v 1.33 2016/09/19 06:46:44 ratchov Exp $ */
/* $NetBSD: audio_if.h,v 1.24 1998/01/10 14:07:25 tv Exp $ */
/*
@@ -53,7 +53,6 @@
* Generic interface to hardware driver.
*/
-struct audio_device;
struct mixer_devinfo;
struct mixer_ctrl;
@@ -113,7 +112,6 @@ struct audio_hw_if {
#define SPKR_ON 1
#define SPKR_OFF 0
- int (*getdev)(void *, struct audio_device *);
int (*setfd)(void *, int);
/* Mixer (in/out ports) */