Change ASM policy to mix when Emergency type interrupts Share/Exclusive MMCamcorder... 2.2_release submit/tizen_2.2/20130714.151025
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 12 Jul 2013 10:57:47 +0000 (19:57 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 12 Jul 2013 10:57:47 +0000 (19:57 +0900)
Change-Id: I39db3daddc6683a99f5b832502b3f3ad7e7947ba

packaging/libmm-sound.spec
server/mm_sound_mgr_asm.c

index 1698d87..7e00b51 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.7.3
+Version:    0.7.4
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 206e8f6..07f3356 100644 (file)
@@ -98,12 +98,12 @@ static const ASM_sound_cases_t ASM_sound_case[ASM_PRIORITY_MATRIX_MIN+1][ASM_PRI
        */
        /*   SP SC SS SO SA, EP EC ES EO EA, NT CL SF EF EU, AL VC MT RC EM ER  */
                { 8, 8, 8, 8, 8,  6, 6, 6, 6, 6,  8, 6, 8, 6, 6,  6, 6, 8, 6, 6, 9},    /* 00 Shared MMPlayer */
-               { 8, 8, 8, 8, 8,  5, 5, 5, 5, 5,  8, 5, 8, 5, 8,  5, 5, 8, 5, 5, 9},    /* 01 Shared MMCamcorder */
+               { 8, 8, 8, 8, 8,  5, 5, 5, 5, 5,  8, 5, 8, 5, 8,  5, 5, 8, 5, 8, 9},    /* 01 Shared MMCamcorder */
                { 8, 8, 8, 8, 8,  5, 5, 5, 5, 5,  8, 5, 8, 5, 5,  5, 5, 8, 5, 5, 9},    /* 02 Shared MMSound */
                { 8, 8, 8, 8, 8,  5, 5, 5, 5, 5,  8, 5, 8, 5, 6,  5, 5, 8, 5, 5, 9},    /* 03 Shared OpenAL */
                { 8, 8, 8, 8, 8,  5, 5, 5, 5, 5,  8, 5, 8, 5, 8,  5, 5, 8, 5, 5, 9},    /* 04 Shared AVsystem */
                { 6, 6, 6, 6, 6,  6, 6, 6, 6, 6,  8, 6, 6, 6, 6,  6, 6, 8, 6, 6, 9},    /* 05 Exclusive MMPlayer */
-               { 5, 5, 5, 5, 5,  5, 5, 5, 5, 5,  8, 5, 5, 5, 8,  5, 5 ,8, 5, 5, 9},    /* 06 Exclusive MMCamcorder */
+               { 5, 5, 5, 5, 5,  5, 5, 5, 5, 5,  8, 5, 5, 5, 8,  5, 5 ,8, 5, 8, 9},    /* 06 Exclusive MMCamcorder */
                { 5, 5, 5, 5, 5,  5, 5, 5, 5, 5,  8, 5, 5, 5, 5,  5, 5, 8, 5, 5, 9},    /* 07 Exclusive MMSound */
                { 5, 5, 5, 5, 5,  5, 5, 5, 5, 5,  8, 5, 5, 5, 6,  5, 5, 8, 5, 5, 9},    /* 08 Exclusive OpenAL */
                { 5, 5, 5, 5, 5,  5, 5, 5, 5, 5,  8, 5, 5, 5, 8,  5, 5, 8, 5, 5, 9},    /* 09 Exclusive AVsystem */