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 9C61CC4167B for ; Tue, 29 Nov 2022 14:06:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234639AbiK2OGV (ORCPT ); Tue, 29 Nov 2022 09:06:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232670AbiK2OGP (ORCPT ); Tue, 29 Nov 2022 09:06:15 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7440018B37 for ; Tue, 29 Nov 2022 06:06:14 -0800 (PST) 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-out1.suse.de (Postfix) with ESMTPS id 30C2621B30; Tue, 29 Nov 2022 14:06:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669730773; 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=cTdgtCUXVOpYNOCl7WgkwkarX2ZzQ/+LGpnDx/ObHCE=; b=aowAWYF+RhzZdrBSarz4wTsIer/0TOoSs+up5VNnkXyl46LD7TG2Q6c1sYMOUmohBNRlu3 I/TL9b2ipvcpztPABHhgTjGFswBoPZPRHMOBLsx3Vng8IeT9x/lgjIRnnVZx0lgSE9aXKu jxtNwX0EZw4QJDtCfz5HQxcXXdVzc2U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669730773; 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=cTdgtCUXVOpYNOCl7WgkwkarX2ZzQ/+LGpnDx/ObHCE=; b=SNZUYOCMh3stCN7rCfgPp0skHn4GGF/4dHqtjr3S5OTx+Dsw/LpyGV8iTGe6wpIn8tCdW0 4ErFeF9FAiFeasBQ== 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 F321613428; Tue, 29 Nov 2022 14:06:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IdVeOtQRhmOXRQAAMHmgww (envelope-from ); Tue, 29 Nov 2022 14:06:12 +0000 Date: Tue, 29 Nov 2022 15:06:12 +0100 Message-ID: <87r0xlq2i3.wl-tiwai@suse.de> From: Takashi Iwai To: Jaroslav Kysela Cc: ALSA development , linux-kselftest@vger.kernel.org, Shuah Khan , Mark Brown Subject: Re: [PATCH] selftests: alsa - move shared library configuration code to conf.c In-Reply-To: <20221129085306.2345763-1-perex@perex.cz> References: <20221129085306.2345763-1-perex@perex.cz> 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, 29 Nov 2022 09:53:06 +0100, Jaroslav Kysela wrote: > > The minimal alsa-lib configuration code is similar in both mixer > and pcm tests. Move this code to the shared conf.c source file. > > Also, fix the build rules inspired by rseq tests. Build libatest.so > which is linked to the both test utilities dynamically. > > Also, set the TEST_FILES variable for lib.mk. > > Cc: linux-kselftest@vger.kernel.org > Cc: Shuah Khan > Reported-by: Mark Brown > Signed-off-by: Jaroslav Kysela Thanks, applied now. Takashi