Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp551871imm; Thu, 31 May 2018 05:29:49 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIQIkZt2ukD6XFX9BKtNlRGJoNxkht8gm11YucAlQwzpGjeVGsi/9WoM2EttqSjAisy3VDH X-Received: by 2002:a17:902:822:: with SMTP id 31-v6mr6927345plk.172.1527769789474; Thu, 31 May 2018 05:29:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527769789; cv=none; d=google.com; s=arc-20160816; b=koq3t//wvew1Zy5HgkYk+5oOPGNIsV6hfJvxf8+Jr3cQZengqXs55+2hTOxHUHatxq JsS0XtCUe71YG2D1J50BeX7mjsvf3iNHcHKIdu8CS7PepKq1WiDMWS67y78WREVIzVRq V9eFQiYVHAvLQcn7biYv1C12du+urgZxdVmiw5IgDHARhF3gli5N7EtQ6pAbauQicg1w hVZW3e/BQGZblnxYwQaePle9mO9+vyLVZehMY7L9eZztz2kBg7VXLXqA96tW8wiz62Rg pE3j6i8WYXQ5Ru4yTvpcrQOgGomjXa/Ox9x4h9WrsFat3RHaeqasc7sTqhrpIJdU2sSD Btjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=WhHkmbkBlHL8DJHHiGJuJUo8A8BYm17Pm8XY/i7Gsow=; b=Igh3k7F3nEOBuo8yelM1dVeU+wbBqkxg4blIhkzJoU1tb5UbMgtVPJwqieFqgJif1I e1zy1UpMBHVNmk+WMY0GSvU0ryjt0eLpdGBmJ5Qg6Xewqosln5IFvoHJdjFW6IWv937A PXUY1T9y2P4vIUGRQn2UiRfMwQT3Jkjgiw8zfsvuYzbUSNNUuPxG+du0L1i9wSEqTqMC J7+wnC0qqzl3KuBtAtcPC+7qlNpdgihsljNSrhipOCX7PGyFLA8Gr9YS8ZtyiE1xyJHI ZnKsZ9yU6Mmw8aHoAh7eAu3OgHV//ZoWD1dRW87TmxCvIWQMOyUWBKn2WJBUMGJ6LYQ2 wVdw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t5-v6si8760678pgu.305.2018.05.31.05.29.34; Thu, 31 May 2018 05:29:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754997AbeEaM3A (ORCPT + 99 others); Thu, 31 May 2018 08:29:00 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:60090 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754915AbeEaM26 (ORCPT ); Thu, 31 May 2018 08:28:58 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DB52E734965F0; Thu, 31 May 2018 20:28:54 +0800 (CST) Received: from [127.0.0.1] (10.177.29.40) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.382.0; Thu, 31 May 2018 20:28:52 +0800 Subject: Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper To: Mark Brown References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-17-git-send-email-xieyisheng1@huawei.com> <20180531114921.GD13319@sirena.org.uk> CC: , , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , From: Yisheng Xie Message-ID: <8009e494-9ba0-bff3-e900-37f8923886a0@huawei.com> Date: Thu, 31 May 2018 20:25:39 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20180531114921.GD13319@sirena.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.29.40] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 2018/5/31 19:49, Mark Brown wrote: > On Thu, May 31, 2018 at 07:11:21PM +0800, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. > > I don't have either the cover letter or the rest of the series here so > I've no context - what is the story here with regard to dependencies and > things? Sorry about that I should have sent cover letter to you, but for too many maintainer to sent, I ignore this to avoid make too much noisy. Anyway, Here is the cover letter of v1 and I have add v2's cover letter to you: https://lkml.org/lkml/2018/5/21/303 Each patch in this patchset is a separate one, for what this patchset want to do is use match_string() helper for echo subsystem. Thanks Yisheng >