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 C0DEEC43334 for ; Tue, 12 Jul 2022 09:16:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232659AbiGLJQG (ORCPT ); Tue, 12 Jul 2022 05:16:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232633AbiGLJQB (ORCPT ); Tue, 12 Jul 2022 05:16:01 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9EAFA6F3F for ; Tue, 12 Jul 2022 02:15:54 -0700 (PDT) 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 709AC22520; Tue, 12 Jul 2022 09:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1657617353; 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=mtX4+wWx2BSke+RPOxZjGAC3lYTyx1tefy9q5MTzTGI=; b=rt5F525c4JTmM+cqmZvhBS82zJiO5dmL5VUeu4SQoXP7Y48I159dx8lhLHX7rTs/c+NEjT HQjATAeS38iyw4Qo8ZGV/fflj2uJZLCRACDaO4d6ZclHDpgAyHs1tbiwB15q6p4al6a5q5 wE+cn3LHD+00X3XN+T1+12vg3pCC3xQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1657617353; 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=mtX4+wWx2BSke+RPOxZjGAC3lYTyx1tefy9q5MTzTGI=; b=rtrZI+wuDAv9TRh4tCxiQ04HXXozsjWA4obxD5ol0haXk0gEAaLJjXSC5InohkDKokRsfm ZQPRSCNTOCJpSfAw== 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 0684613A94; Tue, 12 Jul 2022 09:15:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id b5jdAMg7zWL8SQAAMHmgww (envelope-from ); Tue, 12 Jul 2022 09:15:52 +0000 Date: Tue, 12 Jul 2022 11:15:50 +0200 Message-ID: <87k08ir8s9.wl-tiwai@suse.de> From: Takashi Iwai To: Andy Shevchenko Cc: Lucas Tanure , alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-kernel@vger.kernel.org, James Schulman , David Rhodes , Richard Fitzgerald , Jaroslav Kysela , Takashi Iwai Subject: Re: [PATCH v1 1/1] ALSA: hda: cs35l41: Fix comments wrt serial-multi-instantiate reference In-Reply-To: <20220711100129.37326-1-andriy.shevchenko@linux.intel.com> References: <20220711100129.37326-1-andriy.shevchenko@linux.intel.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, 11 Jul 2022 12:01:29 +0200, Andy Shevchenko wrote: > > The comments are inconsistent and point to the wrong driver name. > The initially named i2c-multi-instantiate it was renamed to the > serial-multi-instantiate exactly due to support of the platforms > with multiple CS35L41 codecs. > > Fix comments accordingly. > > While at it, drop file names from the files. > > Signed-off-by: Andy Shevchenko Thanks, applied. Takashi