From: Sangchul Lee Date: Mon, 28 Nov 2022 07:20:25 +0000 (+0900) Subject: [rpi3][audio] Change card name X-Git-Tag: accepted/tizen/unified/20221129.172517^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68205307680d99e407722c455c9f05deeb6b5792;p=platform%2Fhal%2Fbackend%2Fmedia-config.git [rpi3][audio] Change card name It has been changed since 7.5. "To fix HDMI display issue, compat_alsa mode is disabled which sets only bcm2835 ALSA." commented by Seung-Woo Kim. Enabled card: Headphones Disabled card: vc4hdmi0, vc4hdmi1 (These will be enabled with new 5.15 kernel) [Version] 0.3.62 [Issue type] Update Change-Id: I60c816ab306141febfb35b22d6faf3e2628765cb Signed-off-by: Sangchul Lee --- diff --git a/media-config-target-rpi3/hal/etc/pulse/device-map.json b/media-config-target-rpi3/hal/etc/pulse/device-map.json index 97db53c..1d9d0ef 100644 --- a/media-config-target-rpi3/hal/etc/pulse/device-map.json +++ b/media-config-target-rpi3/hal/etc/pulse/device-map.json @@ -2,13 +2,13 @@ "device-types":[ { "device-type":"builtin-speaker", - "playback-devices":{"normal":"tizen2:ALSA,0"} + "playback-devices":{"normal":"tizen2:Headphones,0"} } ], "device-files":{ "playback-devices":[ { - "device-string":"tizen2:ALSA,0", + "device-string":"tizen2:Headphones,0", "role":{"normal":"rate=48000 channels=2 fragment_size=1920 fragments=4"} } ] diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 98c7e3e..c959967 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.61 +Version: 0.3.62 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0