[rpi3][audio] Change card name 16/284816/2 accepted/tizen/unified/20221129.172517
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 28 Nov 2022 07:20:25 +0000 (16:20 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 28 Nov 2022 07:56:17 +0000 (16:56 +0900)
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>
media-config-target-rpi3/hal/etc/pulse/device-map.json
packaging/media-config.spec

index 97db53c04263dc08224d81b5b870d8a410d268f8..1d9d0ef7339d244c66362c8720aa1d9b32cf21fa 100644 (file)
@@ -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"}
                        }
                ]
index 98c7e3e9188ef9eaf69bc7deaf1a4ccc65491d6c..c959967c8b24f83103d2cc22235705fbe371be18 100644 (file)
@@ -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