summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/dev.h
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2014-03-07 10:15:40 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2014-03-07 10:15:40 +0000
commit933710a4a7f17af112116d2481bd34784a5454d6 (patch)
tree8fd3a8083168dcf3b3aef8d0db312ecd8d293f18 /usr.bin/sndiod/dev.h
parenta01334b9cc49188623655be0adbf83bf87dedb70 (diff)
remove unused mmc start/stop/relocate call-backs as they don't
make sense for clients and are handled through midi anyway
Diffstat (limited to 'usr.bin/sndiod/dev.h')
-rw-r--r--usr.bin/sndiod/dev.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/sndiod/dev.h b/usr.bin/sndiod/dev.h
index a04d1caed7b..25bf24ae786 100644
--- a/usr.bin/sndiod/dev.h
+++ b/usr.bin/sndiod/dev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev.h,v 1.5 2014/03/05 20:31:22 ratchov Exp $ */
+/* $OpenBSD: dev.h,v 1.6 2014/03/07 10:15:39 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -32,9 +32,6 @@ struct slotops
void (*fill)(void *); /* request to fill a play block */
void (*flush)(void *); /* request to flush a rec block */
void (*eof)(void *); /* notify that play drained */
- void (*mmcstart)(void *); /* request to start */
- void (*mmcstop)(void *); /* request to stop */
- void (*mmcloc)(void *, unsigned int); /* relocate to new position */
void (*exit)(void *); /* delete client */
};