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 X-Spam-Level: X-Spam-Status: No, score=-15.6 required=3.0 tests=BAYES_00,DATE_IN_PAST_03_06, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F159C433F5 for ; Tue, 14 Sep 2021 19:35:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B096610CE for ; Tue, 14 Sep 2021 19:35:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232638AbhINTgU (ORCPT ); Tue, 14 Sep 2021 15:36:20 -0400 Received: from mga03.intel.com ([134.134.136.65]:64622 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230061AbhINTgS (ORCPT ); Tue, 14 Sep 2021 15:36:18 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10107"; a="222166168" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="222166168" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 12:35:00 -0700 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="544252949" Received: from tjohn2x-mobl.amr.corp.intel.com (HELO [10.209.157.105]) ([10.209.157.105]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 12:34:59 -0700 Subject: Re: [PATCH 0/4] Support ALC5682I-VS codec To: Brent Lu , alsa-devel@alsa-project.org Cc: Nathan Chancellor , Cezary Rojewski , Kai Vehmanen , Guennadi Liakhovetski , linux-kernel@vger.kernel.org, Takashi Iwai , Jie Yang , Liam Girdwood , Tzung-Bi Shih , Andy Shevchenko , Mark Brown , Geert Uytterhoeven , Paul Olaru , Rander Wang , Vamshi Krishna Gopal , Yong Zhi References: <20210914101847.778688-1-brent.lu@intel.com> From: Pierre-Louis Bossart Message-ID: Date: Tue, 14 Sep 2021 11:07:13 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210914101847.778688-1-brent.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/14/21 5:18 AM, Brent Lu wrote: > Support the ALC5682I-VS codec in Intel's rt5682 machine driver with > three board configurations. > > Brent Lu (4): > ASoC: Intel: sof_rt5682: support ALC5682I-VS codec > ASoC: intel: sof_rt5682: support jsl_rt5682s_rt1015p board > ASoC: intel: sof_rt5682: support jsl_rt5682s_rt1015 board > ASoC: intel: sof_rt5682: support jsl_rt5682s_mx98360a board > > sound/soc/intel/boards/Kconfig | 1 + > sound/soc/intel/boards/sof_rt5682.c | 105 +++++++++++++++--- > .../intel/common/soc-acpi-intel-jsl-match.c | 24 ++++ > 3 files changed, 112 insertions(+), 18 deletions(-) Looks good to me, the number of permutations is starting to be hard to track but at least it's in the same machine driver... Acked-by: Pierre-Louis Bossart