summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 15:52:27 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 15:52:27 +0000
commit9494c146cec1df466c2f331957748beeac8d745a (patch)
treeee76a5688fc5a3576ac2f68331038a72988001ed /audio/ipc.h
parentc1761757dfeb3bf1802c5486d652d8f3852f939e (diff)
Remove redundant stream fd from config response
Diffstat (limited to 'audio/ipc.h')
-rw-r--r--audio/ipc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ipc.h b/audio/ipc.h
index bd31abbc..473efc05 100644
--- a/audio/ipc.h
+++ b/audio/ipc.h
@@ -78,7 +78,6 @@ struct ipc_packet {
#define CFG_CODEC_SBC 1
struct ipc_data_cfg {
- int fd; /* Stream file descriptor */
uint8_t fd_opt; /* Stream file descriptor options: read, write or readwrite*/
uint8_t channels; /* Number of audio channel */
uint8_t channel_mode; /* Audio channel mode*/