audiomixer: temporarily disable code in audiomixer to make the build work 12/22512/3
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 26 Sep 2019 15:19:30 +0000 (18:19 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 29 Sep 2019 12:45:14 +0000 (12:45 +0000)
This essentially removes all mixer controls from the mixer, while it still
allows the service to build and run, so that the rest of the system is not
broken.

The API used by audiomixer (the endpoint extension) has changed and we
are still working on porting all the pieces involved.

Bug-AGL: SPEC-2837

Change-Id: I12879f13f545c8cebe913860801cc61ed921e009
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
meta-pipewire/recipes-multimedia/agl-service-audiomixer/agl-service-audiomixer_git.bb

index c4de73e..23b208a 100644 (file)
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=3;md5=e8ad01a5182f2c1b3a2640e9ea268
 
 PV = "0.1+git${SRCPV}"
 
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "${AGL_APP_REVISION}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.git;protocol=https;branch=sandbox/gkiagia/refactoring"
+SRCREV = "5290cdba4a6159a5fb2b76c344d23f0c72fb02f3"
 
 S  = "${WORKDIR}/git"