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 2C219C4332F for ; Wed, 30 Nov 2022 13:52:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229521AbiK3Nwh (ORCPT ); Wed, 30 Nov 2022 08:52:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229719AbiK3Nwg (ORCPT ); Wed, 30 Nov 2022 08:52:36 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12AD6FD6 for ; Wed, 30 Nov 2022 05:52:34 -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-out2.suse.de (Postfix) with ESMTPS id 78E831F74C; Wed, 30 Nov 2022 13:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669816353; 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=HKKd15ayxXQbodnRtewnEIG6hp2zZoWRIr0c8yZAZLI=; b=DRPJ9YaiVOrIaUlNd7Not4yirY5rq+8RUG1a4ZICaTvRrItS4gZNTR1E2fq9dJNGPY1CGm +RrDwPdOjG5/MeYo76UoCrEB98Y/kxXqjdAbZlK1KpilkYCcOtg2ujyu6OJywdvc53vgFM KDzkD5RWTfI8jIynCvH0R+B//f3UKEY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669816353; 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=HKKd15ayxXQbodnRtewnEIG6hp2zZoWRIr0c8yZAZLI=; b=J8At0zA1RmSV1AUaHLFPzPfHqUZrwK5f9+zdNUVGS0tNaXhjwGVP6nvUwv0t+TCzM1zqBJ qePoLGH+86QC4ECA== 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 6576113A70; Wed, 30 Nov 2022 13:52:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id OSE+GCFgh2PuawAAMHmgww (envelope-from ); Wed, 30 Nov 2022 13:52:33 +0000 Date: Wed, 30 Nov 2022 14:52:33 +0100 Message-ID: <874jugh7mm.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 v1 6/6] kselftest/alsa: Add more coverage of sample rates and channel counts In-Reply-To: References: <20221130000608.519574-1-broonie@kernel.org> <20221130000608.519574-7-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 Wed, 30 Nov 2022 14:42:49 +0100, Mark Brown wrote: > > On Wed, Nov 30, 2022 at 12:06:08AM +0000, Mark Brown wrote: > > > + { "8k.1.big", "S16_LE", 8000, 2, 2000, 16000 }, > > + { "8k.2.big", "S16_LE", 8000, 2, 4000, 32000 }, > > + { "44k1.2.big", "S16_LE", 44100, 2, 22050, 192000 }, > > + { "48k.2.small", "S16_LE", 48000, 2, 512, 4096 }, > > + { "48k.2.big", "S16_LE", 48000, 2, 24000, 192000 }, > > + { "48k.6.big", "S16_LE", 48000, 6, 48000, 576000 }, > > + { "96k.2.big", "S16_LE", 96000, 2, 48000, 384000 }, > > It looks like the period/buffer size numbers need some tuning other than > for 44.1kHz and 48kHz 6 channel, if I do any more fiddling with this > series I'll split the problematic ones out into a separate commit if I > don't get things sorted (but we could just leave things as-is and fix > incrementally too I guess). I'm fine in either way. I wait for Jaroslav's review for now. thanks, Takashi 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 18C48C4332F for ; Wed, 30 Nov 2022 13:53:32 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 5156A16BD; Wed, 30 Nov 2022 14:52:40 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 5156A16BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1669816410; bh=jrpjvV8ehG58beDF7ORMqLJ6UjLwko+2ZO45ybLVJrQ=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=XZIDQy9dSZfNpSKqU0XALksju8ljTGv8bc7l3a/W7a9DkGROXJbdUUHlKxrYqwfaV nYhD3B3QwBJNQoJO6V6rGsaH8CN47xyXrKRz41nma7dw8oRVPaRz9KHrIe85dZS8wG +Onrnqy9S2ScHI5X01YYyjYq/9P324R/kn6J7jh4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E7581F80166; Wed, 30 Nov 2022 14:52:39 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 56F0CF8023A; Wed, 30 Nov 2022 14:52:38 +0100 (CET) Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 4FFE6F800B6 for ; Wed, 30 Nov 2022 14:52:33 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4FFE6F800B6 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de header.b="DRPJ9Yai"; dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de header.b="J8At0zA1" 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 78E831F74C; Wed, 30 Nov 2022 13:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669816353; 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=HKKd15ayxXQbodnRtewnEIG6hp2zZoWRIr0c8yZAZLI=; b=DRPJ9YaiVOrIaUlNd7Not4yirY5rq+8RUG1a4ZICaTvRrItS4gZNTR1E2fq9dJNGPY1CGm +RrDwPdOjG5/MeYo76UoCrEB98Y/kxXqjdAbZlK1KpilkYCcOtg2ujyu6OJywdvc53vgFM KDzkD5RWTfI8jIynCvH0R+B//f3UKEY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669816353; 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=HKKd15ayxXQbodnRtewnEIG6hp2zZoWRIr0c8yZAZLI=; b=J8At0zA1RmSV1AUaHLFPzPfHqUZrwK5f9+zdNUVGS0tNaXhjwGVP6nvUwv0t+TCzM1zqBJ qePoLGH+86QC4ECA== 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 6576113A70; Wed, 30 Nov 2022 13:52:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id OSE+GCFgh2PuawAAMHmgww (envelope-from ); Wed, 30 Nov 2022 13:52:33 +0000 Date: Wed, 30 Nov 2022 14:52:33 +0100 Message-ID: <874jugh7mm.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Subject: Re: [PATCH v1 6/6] kselftest/alsa: Add more coverage of sample rates and channel counts In-Reply-To: References: <20221130000608.519574-1-broonie@kernel.org> <20221130000608.519574-7-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 Cc: alsa-devel@alsa-project.org, Shuah Khan , linux-kselftest@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, 30 Nov 2022 14:42:49 +0100, Mark Brown wrote: > > On Wed, Nov 30, 2022 at 12:06:08AM +0000, Mark Brown wrote: > > > + { "8k.1.big", "S16_LE", 8000, 2, 2000, 16000 }, > > + { "8k.2.big", "S16_LE", 8000, 2, 4000, 32000 }, > > + { "44k1.2.big", "S16_LE", 44100, 2, 22050, 192000 }, > > + { "48k.2.small", "S16_LE", 48000, 2, 512, 4096 }, > > + { "48k.2.big", "S16_LE", 48000, 2, 24000, 192000 }, > > + { "48k.6.big", "S16_LE", 48000, 6, 48000, 576000 }, > > + { "96k.2.big", "S16_LE", 96000, 2, 48000, 384000 }, > > It looks like the period/buffer size numbers need some tuning other than > for 44.1kHz and 48kHz 6 channel, if I do any more fiddling with this > series I'll split the problematic ones out into a separate commit if I > don't get things sorted (but we could just leave things as-is and fix > incrementally too I guess). I'm fine in either way. I wait for Jaroslav's review for now. thanks, Takashi