diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 15:52:27 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 15:52:27 +0000 |
commit | 9494c146cec1df466c2f331957748beeac8d745a (patch) | |
tree | ee76a5688fc5a3576ac2f68331038a72988001ed /audio/unix.h | |
parent | c1761757dfeb3bf1802c5486d652d8f3852f939e (diff) |
Remove redundant stream fd from config response
Diffstat (limited to 'audio/unix.h')
-rw-r--r-- | audio/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/unix.h b/audio/unix.h index c771b965..83e2518a 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -26,4 +26,4 @@ int unix_init(void); void unix_exit(void); -int unix_send_cfg(int sock, struct ipc_data_cfg *cfg); +int unix_send_cfg(int sock, struct ipc_data_cfg *cfg, int fd); |