summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2023-06-09 14:18:29 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2023-06-09 14:30:30 +0900
commit21421a8b55bc577b980a10acf60c336a915c4456 (patch)
tree46047b86b54a87f5c3b245ed52cdd378d6b47567
parent1af030db3a64742b88970cd52fca78053ea6b383 (diff)
downloadmedia-config-21421a8b55bc577b980a10acf60c336a915c4456.tar.gz
media-config-21421a8b55bc577b980a10acf60c336a915c4456.tar.bz2
media-config-21421a8b55bc577b980a10acf60c336a915c4456.zip
[generic][audio] Use tizenaudio-sink2 for genericaccepted/tizen/unified/20230612.072226
RISCV board plays glitch sounds like underflow situations. This patch fixes the problem on RISCV boards. [Version] 0.3.73 [Issue type] Update Change-Id: I89918de1d7a07d5a7e5c402e456cd3007bf241b2 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r--media-config-generic/hal/etc/pulse/device-map.json4
-rw-r--r--packaging/media-config.spec2
2 files changed, 3 insertions, 3 deletions
diff --git a/media-config-generic/hal/etc/pulse/device-map.json b/media-config-generic/hal/etc/pulse/device-map.json
index e331964..95aa348 100644
--- a/media-config-generic/hal/etc/pulse/device-map.json
+++ b/media-config-generic/hal/etc/pulse/device-map.json
@@ -2,7 +2,7 @@
"device-types":[
{
"device-type":"builtin-speaker",
- "playback-devices":{"normal":"tizen:0,0"}
+ "playback-devices":{"normal":"tizen2:0,0"}
},
{
"device-type":"builtin-mic",
@@ -12,7 +12,7 @@
"device-files":{
"playback-devices":[
{
- "device-string":"tizen:0,0",
+ "device-string":"tizen2:0,0",
"role":{"normal":"rate=48000 fragment_size=4800 fragments=4"}
}
],
diff --git a/packaging/media-config.spec b/packaging/media-config.spec
index 6681390..a38d1b4 100644
--- a/packaging/media-config.spec
+++ b/packaging/media-config.spec
@@ -2,7 +2,7 @@
Name: media-config
Summary: Multimedia Framework system configuration package
-Version: 0.3.72
+Version: 0.3.73
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0