diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2023-09-21 12:08:22 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2023-09-21 12:14:18 +0900 |
commit | b7ae124a435fe3357346aceb04e7bdebaa4154b9 (patch) | |
tree | d2016c4a905c75cff978e1966b798ae9c253a61b | |
parent | f5c6231a23b626d8bb9285eadc10d78221aee9de (diff) | |
download | media-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.tar.gz media-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.tar.bz2 media-config-b7ae124a435fe3357346aceb04e7bdebaa4154b9.zip |
[simulator][audio] Fix TCT issueaccepted/tizen/unified/20230921.171323accepted/tizen/8.0/unified/20231005.094457
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.json | 12 | ||||
-rw-r--r-- | packaging/media-config.spec | 2 |
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 |