diff options
Diffstat (limited to 'src/sm-def.h')
-rw-r--r-- | src/sm-def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sm-def.h b/src/sm-def.h index 58057e4..27f0b2f 100644 --- a/src/sm-def.h +++ b/src/sm-def.h @@ -25,7 +25,7 @@ #define COMMAND_EVENT_NUM 10 #define ROUTING_EVENT_NUM 10 -#define DEFAULT_SINK 4 +#define DEFAULT_SINK 1 #define DEFAULT_SOURCE_CLASS_ID 101 #define DYNAMIC_DOMAIN_ID 100 #define DEFAULT_DOMAIN_ID 0 @@ -111,4 +111,4 @@ typedef enum { #define MAX_LENGTH_STR 256 -#endif // SOUNDMANAGER_DEFINE_H
\ No newline at end of file +#endif // SOUNDMANAGER_DEFINE_H |