summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2023-09-21 12:08:22 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2023-09-21 12:14:18 +0900
commitb7ae124a435fe3357346aceb04e7bdebaa4154b9 (patch)
treed2016c4a905c75cff978e1966b798ae9c253a61b
parentf5c6231a23b626d8bb9285eadc10d78221aee9de (diff)
downloadmedia-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.tar.gz
media-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.tar.bz2
media-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.zip
native and csharp tct both fail because the audio-jack uses alsa node but it doesn't exist anymore. alsa node was changed to tizen2 node on the previous commit but it still uses alsa node. [Version] 0.3.77 [Issue type] TCT fail(TEIGHT-5223, TEIGHT-5218) Change-Id: I1ba267f4b3be05bf29b773b583f0bbe142c63ff0 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r--media-config-simulator/hal/etc/pulse/device-map.json12
-rw-r--r--packaging/media-config.spec2
2 files changed, 7 insertions, 7 deletions
diff --git a/media-config-simulator/hal/etc/pulse/device-map.json b/media-config-simulator/hal/etc/pulse/device-map.json
index 05299df..217191c 100644
--- a/media-config-simulator/hal/etc/pulse/device-map.json
+++ b/media-config-simulator/hal/etc/pulse/device-map.json
@@ -6,7 +6,7 @@
},
{
"device-type":"builtin-receiver",
- "playback-devices":{"normal":"alsa:0,0"}
+ "playback-devices":{"normal":"tizen2:0,0"}
},
{
"device-type":"builtin-mic",
@@ -14,17 +14,17 @@
},
{
"device-type":"audio-jack",
- "playback-devices":{"normal":"alsa:0,0"},
- "capture-devices":{"normal":"alsa:0,0"}
+ "playback-devices":{"normal":"tizen2:0,0"},
+ "capture-devices":{"normal":"tizen2:0,0"}
},
{
"device-type":"hdmi",
- "playback-devices":{"normal":"alsa:0,0"}
+ "playback-devices":{"normal":"tizen2:0,0"}
},
{
"device-type":"bt-sco",
- "playback-devices":{"normal":"alsa:0,0"},
- "capture-devices":{"normal":"alsa:0,0"}
+ "playback-devices":{"normal":"tizen2:0,0"},
+ "capture-devices":{"normal":"tizen2:0,0"}
}
],
"device-files":{
diff --git a/packaging/media-config.spec b/packaging/media-config.spec
index 4c21d5b..f6b36db 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.76
+Version: 0.3.77
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0