From: Kitae Kim Date: Wed, 4 Jul 2012 12:55:24 +0000 (+0900) Subject: [Title] solved sink problem of codec module when codec driver has been closed and... X-Git-Tag: 2.2.1_release^2~83^2~7^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1b471aa48b3195f433958bb9ec1f8b36387ea4a;p=sdk%2Femulator%2Femulator-kernel.git [Title] solved sink problem of codec module when codec driver has been closed and source clean-up. [Type] bug fix [Module] emulator-kernel / codec [Priority] Major [CQ#] N_SE-2257, N_SE-2499 [Redmine#] [Problem] the previous version has a sink problem between codec driver and device. [Cause] emulator has lock-up problem when event injector sends sms events to it continously. [Solution] exception handling routine was missing in the release operation of codec driver. [TestCase] --- diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 68f3aadbd748..42989711eb60 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: emulator-kernel -Version: 1.1.19 +Version: 1.1.20 OS: linux Build-host-os: linux Maintainer: Yeong-Kyoon, Lee @@ -7,7 +7,7 @@ Source: emulator-kernel Description: Tizen Emulator Kernel Package: emulator-kernel -Version: 1.1.19 +Version: 1.1.20 OS: windows Build-host-os: linux Maintainer: Yeong-Kyoon, Lee