diff options
author | Ashok Sidipotu <ashok.sidipotu@collabora.com> | 2024-04-04 02:53:32 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-22 08:18:45 +0000 |
commit | b6227d3c09ff3bf02426446875557befea4608e9 (patch) | |
tree | e2aa87d00e0e56dc1a3c51f0cfeaa04e09fd6912 /meta-pipewire/recipes-core | |
parent | 7cf570926f8fe84216cee7206fb6b9f5a3259975 (diff) |
Enable ACP for HDMI on RaspberryPi4.
-HDMI dectection is broken on RaspberryPi4, Enable Pipewire-ACP to fix
it.
-copy the ACP config files as well.
Bug-AGL: SPEC-4418
Change-Id: Ice6f2a4417df56b2c00dc067590763a2c847c152
Signed-off-by: Ashok Sidipotu <ashok.sidipotu@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29800
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 5bb3283028af38cba6934be0fb0dc166941504ba)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29857
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-pipewire/recipes-core')
-rw-r--r-- | meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb b/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb index 1d20b4705..6237dcf80 100644 --- a/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb +++ b/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb @@ -13,4 +13,5 @@ RDEPENDS:${PN} += "\ pipewire-modules-meta \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'pipewire-tools pipewire-spa-tools alsa-utils', '', d)} \ pipewire-alsa \ + pipewire-alsa-card-profile \ " |