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 BC79EC3DA7A for ; Mon, 2 Jan 2023 17:10:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235930AbjABRKG (ORCPT ); Mon, 2 Jan 2023 12:10:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236331AbjABRKA (ORCPT ); Mon, 2 Jan 2023 12:10:00 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25512B87B; Mon, 2 Jan 2023 09:09:58 -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 64CA134286; Mon, 2 Jan 2023 17:09:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1672679396; 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=m2I0mFQsAvG5cnZtSOHxAjYoRYDejE1QvaIlbPZUZ6U=; b=Hzz84EklxAb+ScUqIEL5aeA5msCJx5wmZOnb66KHuBv3L3D29RO6K4+8r9MRfb1Za5Jmw4 TlYC5IOPtB2ne+JbSj1tyTwxHTxyH+daJQNOAOzqtNA52Y/cZq1uN21bU0+GoFEfPMLpAS E8ogRnV1BOB/HR74ihc6OFrmWL1Z7sM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1672679396; 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=m2I0mFQsAvG5cnZtSOHxAjYoRYDejE1QvaIlbPZUZ6U=; b=Bw1ssHDiGN0cFTbhfKZg42jeunofHxACdvILaL0KlUyFYTb/hHyXJANFhvE9h+pVudAKr8 QovEROdnTAh8j7DQ== 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 3872D13427; Mon, 2 Jan 2023 17:09:56 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id hjb+C+QPs2NKGQAAMHmgww (envelope-from ); Mon, 02 Jan 2023 17:09:56 +0000 Date: Mon, 02 Jan 2023 18:09:55 +0100 Message-ID: <87fscssw0s.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Takashi Iwai , Jaroslav Kysela , Shuah Khan , alsa-devel@alsa-project.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/7] kselftest/alsa: pcm-test improvements In-Reply-To: <20221208-alsa-pcm-test-hacks-v4-0-5a152e65b1e1@kernel.org> References: <20221208-alsa-pcm-test-hacks-v4-0-5a152e65b1e1@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-kernel@vger.kernel.org On Tue, 27 Dec 2022 18:06:46 +0100, Mark Brown wrote: > > This series provides a bunch of quick updates which should make the > coverage from pcm-test a bit more useful, it adds some support for > skipping tests when the hardware/driver is unable to support the > requested configuration, support for providing user visible descriptions > and then expands the set of cases we cover to include more sample rates > and channel counts. This should exercise switching between 8kHz and > 44.1kHz based rates and ensure that clocking doesn't get confused by > non-stereo channel counts, both of which are I expect common real world > errors, at least for embedded cards. > > v4: > - Rebase onto v6.2-rc1. > v3: > - "Rebase" onto Takashi's current tree (with a revert). > - Include Jaroslav's changes to specify all tests in the configuration > file parsing. > - Add a new "description" field to the configuration instead of trying > to name the tests. > - Always run both default and per-system tests, logging our success at > setting the per-system configurations as a separate test since they > shouldn't fail. > v2: > - Rebase onto Takashi's current tree. > - Tweak the buffer sizes for the newly added cases, don't be quite > so ambitious in how big a buffer we request for 96kHz and don't > go quite so small for 8kHz since some devices start hitting lower > limits on period size and struggle to deliver accurate timing. > > To: Takashi Iwai > To: Jaroslav Kysela > To: Shuah Khan > Cc: alsa-devel@alsa-project.org > Cc: linux-kselftest@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Mark Brown Applied all patches now to for-next branch. thanks, Takashi