diff options
Diffstat (limited to 'include/mm_ipc.h')
-rw-r--r-- | include/mm_ipc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/mm_ipc.h b/include/mm_ipc.h index 0e9ae00..744b73b 100644 --- a/include/mm_ipc.h +++ b/include/mm_ipc.h @@ -25,6 +25,8 @@ #include <stdio.h> #include <unistd.h> +#include "mm_sound.h" + #define FILE_PATH 512 typedef enum { @@ -51,6 +53,13 @@ typedef struct int sharedkey; char filename[FILE_PATH]; + /* Device */ + int route; + int device_in; + int device_out; + int is_available; + int route_list[MM_SOUND_ROUTE_NUM]; + /* Common data */ int handle; void *callback; |