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 18726C7618A for ; Mon, 20 Mar 2023 07:50:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230267AbjCTHut (ORCPT ); Mon, 20 Mar 2023 03:50:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230113AbjCTHuk (ORCPT ); Mon, 20 Mar 2023 03:50:40 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCAF8E3BD for ; Mon, 20 Mar 2023 00:50:32 -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 4541C21AA2; Mon, 20 Mar 2023 07:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679298630; 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=7wWFxNwBeI6QSlHFitfcPhehJyQxi9nEaShLJ5NEVOM=; b=L1X9g0Ud8Wux2i8xISKl5VsEteG2EOpaG38S5l0rPLbymKyV1rRpeRUGn98oWjy31caBsT Xv7gbC5wqHm12ScAoul3Kj/zf+u6AHkElvCKYEfn9RA72+W4E00DOhX9SW/7gBTlXBFqa1 9gDd2x0D5E70UgQ4o/JwgnfnpKmCfSg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679298630; 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=7wWFxNwBeI6QSlHFitfcPhehJyQxi9nEaShLJ5NEVOM=; b=s3KRZN6U79ZtB0Ry/XOLMdRSAsaHn21BfNrDlLMNKMqEkAtCZMpUdaMO6gDqujwDs8MCgi Hlc/QTak8/1M9XDw== 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 149C613A00; Mon, 20 Mar 2023 07:50:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 17JTBEYQGGTUPAAAMHmgww (envelope-from ); Mon, 20 Mar 2023 07:50:30 +0000 Date: Mon, 20 Mar 2023 08:50:29 +0100 Message-ID: <87wn3blv3u.wl-tiwai@suse.de> From: Takashi Iwai To: lizhe Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] ALSA:ac97: Remove redundant driver match function In-Reply-To: <77006340.15c8.186f97b96e7.Coremail.sensor1010@163.com> References: <20230319044733.327091-1-sensor1010@163.com> <87h6uhma0g.wl-tiwai@suse.de> <77006340.15c8.186f97b96e7.Coremail.sensor1010@163.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 Sun, 19 Mar 2023 11:47:51 +0100, lizhe wrote: > > > HI : > my name is li Zhe, I am Chinese OK, then applied the patch now. thanks, Takashi > At 2023-03-19 16:16:15, "Takashi Iwai" wrote: > >On Sun, 19 Mar 2023 05:47:33 +0100, > >Lizhe wrote: > >> > >> If there is no driver match function, the driver core assumes that each > >> candidate pair (driver, device) matches, see driver_match_device() > >> > >> Drop the bus's match function that always returned 1 and so > >> implements the same behaviour as when there is no match function. > >> > >> Signed-off-by: Lizhe > > > >Is Lizeh your real full name? (i.e. your name is "Li Zhe" ?) > >I'm asking because the Signed-off-by line is a legal requirement. > > > > > >thanks, > > > >Takashi > >