[simulator][audio] Fix TCT issue 59/299159/1 accepted/tizen/8.0/unified/20231005.094457 accepted/tizen/unified/20230921.171323
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 21 Sep 2023 03:08:22 +0000 (12:08 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Thu, 21 Sep 2023 03:14:18 +0000 (12:14 +0900)
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>
media-config-simulator/hal/etc/pulse/device-map.json
packaging/media-config.spec

index 05299df..217191c 100644 (file)
@@ -6,7 +6,7 @@
                },
                {
                        "device-type":"builtin-receiver",
-                       "playback-devices":{"normal":"alsa:0,0"}
+                       "playback-devices":{"normal":"tizen2:0,0"}
                },
                {
                        "device-type":"builtin-mic",
                },
                {
                        "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":{
index 4c21d5b..f6b36db 100644 (file)
@@ -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