From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ginster.hi.pengutronix.de ([2001:67c:670:100:2e4d:54ff:fe67:bfa5] helo=ginster) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1j6qnz-0000p5-Jt for ptxdist@pengutronix.de; Wed, 26 Feb 2020 08:08:27 +0100 Message-ID: From: Juergen Borleis Date: Wed, 26 Feb 2020 08:08:27 +0100 In-Reply-To: <20200225170302.1037-1-p.zabel@pengutronix.de> References: <20200225170302.1037-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [PATCH] alsa-lib: add missing use-case-manager -> mixer dependency List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de, jbe@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Hi Phillip, Am Dienstag, den 25.02.2020, 18:03 +0100 schrieb Philipp Zabel: > Fixes the following build failure if ALSA_LIB_UCM is enabled but > ALSA_LIB_MIXER is disabled: > > CCLD libasound.la > .../arm-v7a-linux-gnueabihf/bin/ld: ucm/.libs/libucm.a(main.o): in function > `snd_use_case_parse_selem_id': > .../alsa-lib-1.2.1.2/src/ucm/main.c:1968: undefined reference to > `snd_mixer_selem_id_parse' > > Signed-off-by: Philipp Zabel > --- > rules/alsa-lib.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in > index ae859fee376a..23c6c9b1cd1c 100644 > --- a/rules/alsa-lib.in > +++ b/rules/alsa-lib.in > @@ -8,6 +8,7 @@ menuconfig ALSA_LIB > select LIBC_PTHREAD > select LIBC_RT > select GCCLIBS_GCC_S > + select ALSA_LIB_MIXER if ALSA_LIB_UCM > help > This is the userspace library to the kernel's "Advanced Linux Sound Architecture" feature And I thought I had test *all* permutations... Acked-by: Juergen Borleis -- Pengutronix e.K. | Juergen Borleis | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-5128 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de