summaryrefslogtreecommitdiffstats
path: root/meta-pipewire
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-05-30 15:13:37 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-06-01 08:38:04 +0000
commit280f9ba9438c9d6fbcec5aa698f95a03f4846181 (patch)
treee3f0bbaabe193c3f8d3b55349cf692df1e2d2e78 /meta-pipewire
parent48cc1b37dc363f4c59630d2307fd0d4f5d93780d (diff)
Remove dra7xx-evm machine support
Remove dra7xx-evm machine template and related BSP configuration tweaks. The configuration is stale and untested, and no one has expressed interest in it for long enough that it seems better to just remove it to avoid confusion about support status. Bug-AGL: SPEC-3934 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I1659eef113cf1e6fcfdddf65f712275b8fc49b6f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26378 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-pipewire')
-rw-r--r--meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua
index fd6b7ecb5..75a169675 100644
--- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua
+++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-config-agl/30-alsa-monitor.lua
@@ -63,11 +63,6 @@ alsa_monitor.rules = {
{ "api.alsa.pcm.device", "=", "0" },
},
{
- -- dra7xx
- { "node.name", "matches", "alsa_output.*" },
- { "api.alsa.card.id", "=", "DRA7xx-EVM" },
- },
- {
-- imx8mq
{ "node.name", "matches", "alsa_output.*" },
{ "api.alsa.card.id", "=", "wm8524audio" },
@@ -131,11 +126,6 @@ alsa_monitor.rules = {
{ "api.alsa.card.id", "=", "ak4613" },
},
{
- -- dra7xx
- { "node.name", "matches", "alsa_input.*" },
- { "api.alsa.card.id", "=", "DRA7xx-EVM" },
- },
- {
-- imx8mq
{ "node.name", "matches", "alsa_input.*" },
{ "api.alsa.card.id", "=", "wm8524audio" },