From 9d3f276ae41b813719d571d37dc205d7b38ab8bd Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Fri, 12 Jul 2013 19:57:47 +0900 Subject: [PATCH] Change ASM policy to mix when Emergency type interrupts Share/Exclusive MMCamcorder type Change-Id: I39db3daddc6683a99f5b832502b3f3ad7e7947ba --- packaging/libmm-sound.spec | 2 +- server/mm_sound_mgr_asm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/libmm-sound.spec b/packaging/libmm-sound.spec index 1698d87..7e00b51 100644 --- a/packaging/libmm-sound.spec +++ b/packaging/libmm-sound.spec @@ -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 diff --git a/server/mm_sound_mgr_asm.c b/server/mm_sound_mgr_asm.c index 206e8f6..07f3356 100644 --- a/server/mm_sound_mgr_asm.c +++ b/server/mm_sound_mgr_asm.c @@ -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 */ -- 2.7.4