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 902EAC38142 for ; Tue, 31 Jan 2023 08:37:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231622AbjAaIhH (ORCPT ); Tue, 31 Jan 2023 03:37:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbjAaIgs (ORCPT ); Tue, 31 Jan 2023 03:36:48 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C9D547431; Tue, 31 Jan 2023 00:36:07 -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 39C872031A; Tue, 31 Jan 2023 08:36:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675154163; 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=BlijzaJZHgjXQCkupBtgz374LBFS0tcYfWZdWnEAn3o=; b=ZXRGu+RaiZSPwRbRYbLrgYa+4XRWH4W4PpVoi4TyBwz/UIVi+iWbVrYSoRe6VUkfxl+AVq cWTHPhEoz9S/ayzY+99gck+r7cE/eJy2mHbsuL5D0ap20jVts69GdIbPjbNfCRMnAvmEe8 0drU+JlwYj7k10jonGWqd6PpFihmMDQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675154163; 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=BlijzaJZHgjXQCkupBtgz374LBFS0tcYfWZdWnEAn3o=; b=lAWuTRrV69OCXNHA2N9EU3J5d8Q9i1PbwgoZ1RoYzRZGFqDhHS0k/QzGBsYKhG8JRPTE/J rUEw1BdI0vIgJfAg== 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 ECFCD13585; Tue, 31 Jan 2023 08:36:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id H2wpOfLS2GP8GgAAMHmgww (envelope-from ); Tue, 31 Jan 2023 08:36:02 +0000 Date: Tue, 31 Jan 2023 09:36:02 +0100 Message-ID: <87o7qfp0ct.wl-tiwai@suse.de> From: Takashi Iwai To: Miquel Raynal Cc: Jaroslav Kysela , Takashi Iwai , Jonathan Corbet , alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] ALSA: doc: Fix PCM interface section typos In-Reply-To: <20230130162924.119389-1-miquel.raynal@bootlin.com> References: <20230130162924.119389-1-miquel.raynal@bootlin.com> 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 Mon, 30 Jan 2023 17:29:24 +0100, Miquel Raynal wrote: > > Fix two mistakes in the PCM interface section: > 1/ Members of the snd_pcm_hardware structure are channels_{min,max} > and not channel_{min,max} (mind the 's'). > 2/ Another sentence is incomplete as the reference to one structure > member (period_bytes_max) is missing. > > There is no relevant 'Fixes:' tag to apply as both typos predate the > Git era. > > Signed-off-by: Miquel Raynal > --- > > Hello, I wrote and sent this patch in 2019 but I likely only Cc'd Jon > and the doc ML, which might have not been enough, so just in case, here > is a resend. > Link: https://lore.kernel.org/linux-doc/20190829145512.3752-1-miquel.raynal@bootlin.com/ Thanks, applied now. Takashi