From 6cecd92721e786df870c3e1b612225e4f028ee45 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Fri, 6 Jan 2017 15:32:51 +0900 Subject: [PATCH] [audio] add default latency setting for audio-io [Version] 0.2.95 [Profile] Common [Issue Type] Add Change-Id: Iea3bd152efd5f9e0b8b3a88edeadab0b47e15373 --- mmfw-sysconf-simulator/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-artik10/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-hawkp/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-n4/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-tm1/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-tw1/etc/pulse/stream-map.json | 8 ++++++++ mmfw-sysconf-target-u3/etc/pulse/stream-map.json | 8 ++++++++ packaging/mmfw-sysconf.spec | 2 +- 8 files changed, 57 insertions(+), 1 deletion(-) diff --git a/mmfw-sysconf-simulator/etc/pulse/stream-map.json b/mmfw-sysconf-simulator/etc/pulse/stream-map.json index fdecf90..8c1cc43 100644 --- a/mmfw-sysconf-simulator/etc/pulse/stream-map.json +++ b/mmfw-sysconf-simulator/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/mmfw-sysconf-target-artik10/etc/pulse/stream-map.json b/mmfw-sysconf-target-artik10/etc/pulse/stream-map.json index 8d2c08b..e32bbf6 100644 --- a/mmfw-sysconf-target-artik10/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-artik10/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/mmfw-sysconf-target-hawkp/etc/pulse/stream-map.json b/mmfw-sysconf-target-hawkp/etc/pulse/stream-map.json index b76c134..18eec12 100644 --- a/mmfw-sysconf-target-hawkp/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-hawkp/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/mmfw-sysconf-target-n4/etc/pulse/stream-map.json b/mmfw-sysconf-target-n4/etc/pulse/stream-map.json index 77f82ac..c44f7db 100644 --- a/mmfw-sysconf-target-n4/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-n4/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/mmfw-sysconf-target-tm1/etc/pulse/stream-map.json b/mmfw-sysconf-target-tm1/etc/pulse/stream-map.json index f1daec1..26efd34 100644 --- a/mmfw-sysconf-target-tm1/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-tm1/etc/pulse/stream-map.json @@ -32,6 +32,14 @@ "prebuf-ms":0, "maxlength":-1, }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1, + }, ], "volumes":[ { diff --git a/mmfw-sysconf-target-tw1/etc/pulse/stream-map.json b/mmfw-sysconf-target-tw1/etc/pulse/stream-map.json index 2426b72..dfb6d12 100644 --- a/mmfw-sysconf-target-tw1/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-tw1/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/mmfw-sysconf-target-u3/etc/pulse/stream-map.json b/mmfw-sysconf-target-u3/etc/pulse/stream-map.json index fdb8c5d..741eba1 100644 --- a/mmfw-sysconf-target-u3/etc/pulse/stream-map.json +++ b/mmfw-sysconf-target-u3/etc/pulse/stream-map.json @@ -31,6 +31,14 @@ "tlength-ms":100, "prebuf-ms":0, "maxlength":-1 + }, + { + "type":"default", + "fragsize-ms":50, + "minreq-ms":-1, + "tlength-ms":200, + "prebuf-ms":-1, + "maxlength":-1 } ], "volumes":[ diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 0a68be1..6123cb4 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.94 +Version: 0.2.95 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1+ and Apache-2.0 -- 2.34.1