diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2022-11-28 16:20:25 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2022-11-28 16:56:17 +0900 |
commit | 68205307680d99e407722c455c9f05deeb6b5792 (patch) | |
tree | 7fbefbb0530cdd9855b0b2afe10c734abcfd9c53 | |
parent | 88f83dee540fdf11be1ee19874a01abc213b29a0 (diff) | |
download | media-config-68205307680d99e407722c455c9f05deeb6b5792.tar.gz media-config-68205307680d99e407722c455c9f05deeb6b5792.tar.bz2 media-config-68205307680d99e407722c455c9f05deeb6b5792.zip |
[rpi3][audio] Change card nameaccepted/tizen/unified/20221129.172517
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 <sc11.lee@samsung.com>
-rw-r--r-- | media-config-target-rpi3/hal/etc/pulse/device-map.json | 4 | ||||
-rw-r--r-- | packaging/media-config.spec | 2 |
2 files changed, 3 insertions, 3 deletions
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 |