[RCAR] Fix the soundcard ak4613 audio sink. 10/25510/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 5 Nov 2020 09:59:43 +0000 (09:59 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 10 Nov 2020 22:40:17 +0000 (22:40 +0000)
Now (RCAR BSP 4.1.0) the card ak4613 got two device (the new one is for
the hdmi), so we must specify the device in the wireplumber
configuration.

Bug-AGL: SPEC-3661

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I6fdf4fdc22d93a0558874e447ec5c4254f13d238
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25510
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: 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-rcarsound-audio-sink.endpoint

index afc4303..4405f7b 100644 (file)
@@ -3,6 +3,7 @@ priority = 30
 properties = [
   { name = "media.class", value = "Audio/Sink" },
   { name = "api.alsa.card.id", value = "ak4613" },
+  { name = "api.alsa.pcm.device", value = "0" },
 ]
 
 [endpoint]
index 53f9d0d..0c7b208 100644 (file)
@@ -3,6 +3,7 @@ priority = 30
 properties = [
   { name = "media.class", value = "Audio/Sink" },
   { name = "api.alsa.card.id", value = "rcarsound" },
+  { name = "api.alsa.pcm.device", value = "0" },
 ]
 
 [endpoint]