From: Seungbae Shin Date: Fri, 23 Sep 2016 09:39:34 +0000 (+0900) Subject: [tw1][audio] Modifiy capture device parameters to fix mute recording X-Git-Tag: submit/tizen/20160928.043825~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=053fa914e30c914d2af0c0c1a398cc175e70cd43;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git [tw1][audio] Modifiy capture device parameters to fix mute recording [Version] 0.2.82 [Profile] Wearable [Issue Type] H/W configuration Change-Id: Ib7080ad63cf08b66d375d42787f2b344dd9ecd43 --- diff --git a/mmfw-sysconf-target-tw1/etc/pulse/device-map.json b/mmfw-sysconf-target-tw1/etc/pulse/device-map.json index 759350e..113f539 100644 --- a/mmfw-sysconf-target-tw1/etc/pulse/device-map.json +++ b/mmfw-sysconf-target-tw1/etc/pulse/device-map.json @@ -19,7 +19,7 @@ "capture-devices":[ { "device-string":"alsa:0,0", - "role":{"normal":"rate=48000 tsched=0 fragments=4 fragment_size=24000"} + "role":{"normal":"rate=48000 mmap=0 channels=1"} } ] } diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 8119d97..e64c2f4 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -1,6 +1,6 @@ Name: mmfw-sysconf Summary: Multimedia Framework system configuration package -Version: 0.2.81 +Version: 0.2.82 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1+ and Apache-2.0