From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 360D6C433F5 for ; Tue, 31 May 2022 16:02:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345990AbiEaQCn (ORCPT ); Tue, 31 May 2022 12:02:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345974AbiEaQCn (ORCPT ); Tue, 31 May 2022 12:02:43 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E562B7CC for ; Tue, 31 May 2022 09:02:42 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 34C671FA74; Tue, 31 May 2022 16:02:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1654012961; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=go3ZISsD0NO5uEdl8ozISS47GX2mDFsQEfpx6mRDyFg=; b=DHD1Q4pVtJitD2h74yimy6dmeAYtFjB2wqqm2MGUzUnYjQiqd9+yyoPO/mldEbmfM+8Lsn oebSm1hxJ6s/ZIAQC2ibmiyLsq1MT9HOYQXEnshypNHCAacCiKECOh+Ab2OR0UOI/TJ/Ln 7RdmQZ8RctMekin2vLrFaeNuiMKa8Y8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1654012961; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=go3ZISsD0NO5uEdl8ozISS47GX2mDFsQEfpx6mRDyFg=; b=kdd3bdRm8vlkCSbeWqkFDY8DhlahfKC+cyg2GYg5KhgVngI7zrS1S85XJ9EwvAGQ8XZO/c aAQqP1cjNo9SiXCQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 0C1BE132F9; Tue, 31 May 2022 16:02:41 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id eVnjASE8lmKgZQAAMHmgww (envelope-from ); Tue, 31 May 2022 16:02:41 +0000 Date: Tue, 31 May 2022 18:02:40 +0200 Message-ID: <87sfopzo4f.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Jaroslav Kysela , Takashi Iwai , Shuah Khan , alsa-devel@alsa-project.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: alsa: Handle pkg-config failure more gracefully In-Reply-To: <20220531151337.2933810-1-broonie@kernel.org> References: <20220531151337.2933810-1-broonie@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, 31 May 2022 17:13:37 +0200, Mark Brown wrote: > > Follow the pattern used by other selftests like memfd and fall back on the > standard toolchain options to build with a system installed alsa-lib if > we don't get anything from pkg-config. This reduces our build dependencies > a bit in the common case while still allowing use of pkg-config in case > there is a need for it. > > Signed-off-by: Mark Brown Thanks, applied now. Takashi