From 9494c146cec1df466c2f331957748beeac8d745a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 11 Aug 2007 15:52:27 +0000 Subject: Remove redundant stream fd from config response --- audio/ipc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/ipc.h') 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*/ -- cgit