meta-pipewire: Fix Kingfisher WirePlumber configuration 10/25010/3
authorScott Murray <scott.murray@konsulko.com>
Mon, 13 Jul 2020 21:36:58 +0000 (17:36 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 14 Jul 2020 14:32:10 +0000 (14:32 +0000)
Fix Kingfisher WirePlumber configuration files with the required
s/rcarsound/ak4613/ to match the filenames.

Bug-AGL: SPEC-3453

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic8398060e0085abe0b69b458788fb5b404a26010
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25010
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/30-ak4613-audio-sink.endpoint
meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/30-ak4613-audio-source.endpoint

index 53f9d0d..afc4303 100644 (file)
@@ -2,7 +2,7 @@
 priority = 30
 properties = [
   { name = "media.class", value = "Audio/Sink" },
-  { name = "api.alsa.card.id", value = "rcarsound" },
+  { name = "api.alsa.card.id", value = "ak4613" },
 ]
 
 [endpoint]
index d72d7e3..ad56805 100644 (file)
@@ -2,7 +2,7 @@
 priority = 30
 properties = [
   { name = "media.class", value = "Audio/Source" },
-  { name = "api.alsa.card.id", value = "rcarsound" },
+  { name = "api.alsa.card.id", value = "ak4613" },
 ]
 
 [endpoint]