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 16AFAC43217 for ; Thu, 1 Dec 2022 19:06:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229708AbiLATGs (ORCPT ); Thu, 1 Dec 2022 14:06:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbiLATGs (ORCPT ); Thu, 1 Dec 2022 14:06:48 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A52FB5DAB for ; Thu, 1 Dec 2022 11:06:47 -0800 (PST) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 06D8C21BFF; Thu, 1 Dec 2022 19:06:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669921606; 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=zuqewNI7Y4IpAWz52JMnmqjq+qD+9w3xPRRjPt/q054=; b=T1m1syjdlb3ne3pueAkw9dEI/KCDiCM1ezKqG2PyaBRE5UMmX/N+0KdS1c4Jmn8RhFchID TYvXvOHLjKu7+IKyPzKZNDALnzbhqNr+NnETmg9TyKKZDF2cgP8lqw7ZtAwfGAOixJi99h vVzLzwTe61o/O+qq9XcjMRex7QLNLcg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669921606; 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=zuqewNI7Y4IpAWz52JMnmqjq+qD+9w3xPRRjPt/q054=; b=bB8NQv2SJuOyC7yPMHvNJNRZRjpAoDx086N/NnnK+E9i8Me4TryUd/K3Mh6VMiHL18ogkL oN69rQblxSeAk0Dg== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (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 imap1.suse-dmz.suse.de (Postfix) with ESMTPS id CEDCC13503; Thu, 1 Dec 2022 19:06:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id zncHMUX7iGPEPQAAGKfGzw (envelope-from ); Thu, 01 Dec 2022 19:06:45 +0000 Date: Thu, 01 Dec 2022 20:06:45 +0100 Message-ID: <871qpjlz96.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Jaroslav Kysela , Shuah Khan , alsa-devel@alsa-project.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 0/6] kselftest/alsa: pcm-test improvements In-Reply-To: <20221201170745.1111236-1-broonie@kernel.org> References: <20221201170745.1111236-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 Thu, 01 Dec 2022 18:07:39 +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 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. > > 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. Applied now. Thanks. Takashi