From eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 18 Jun 2007 21:08:35 +0000 Subject: Make deprecated headset methods to rely on new device methods. --- audio/unix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/unix.h') 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); -- cgit