summaryrefslogtreecommitdiffstats
path: root/audio/unix.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-18 21:08:35 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-18 21:08:35 +0000
commiteb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 (patch)
treec18bfb08d8d4ab57e6b61427c4c30c80361f8170 /audio/unix.h
parent8b82bd82b15db30f805c755aa783f6c98f0be73e (diff)
Make deprecated headset methods to rely on new device methods.
Diffstat (limited to 'audio/unix.h')
-rw-r--r--audio/unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/unix.h b/audio/unix.h
index 4f3fc994..15da23ab 100644
--- a/audio/unix.h
+++ b/audio/unix.h
@@ -21,6 +21,9 @@
*
*/
+#include "ipc.h"
+
int unix_init(void);
void unix_exit(void);
+int unix_send_cfg(int sock, struct ipc_packet *pkt);