From 280f9ba9438c9d6fbcec5aa698f95a03f4846181 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 30 May 2021 15:13:37 -0400 Subject: 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 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 --- .../wireplumber/wireplumber-config-agl/30-alsa-monitor.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meta-pipewire') 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 @@ -62,11 +62,6 @@ alsa_monitor.rules = { { "api.alsa.card.id", "=", "ak4613" }, { "api.alsa.pcm.device", "=", "0" }, }, - { - -- dra7xx - { "node.name", "matches", "alsa_output.*" }, - { "api.alsa.card.id", "=", "DRA7xx-EVM" }, - }, { -- imx8mq { "node.name", "matches", "alsa_output.*" }, @@ -130,11 +125,6 @@ alsa_monitor.rules = { { "node.name", "matches", "alsa_input.*" }, { "api.alsa.card.id", "=", "ak4613" }, }, - { - -- dra7xx - { "node.name", "matches", "alsa_input.*" }, - { "api.alsa.card.id", "=", "DRA7xx-EVM" }, - }, { -- imx8mq { "node.name", "matches", "alsa_input.*" }, -- cgit 1.2.3-korg