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 D5AA5C4332F for ; Fri, 16 Dec 2022 16:07:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231626AbiLPQHt (ORCPT ); Fri, 16 Dec 2022 11:07:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231676AbiLPQHI (ORCPT ); Fri, 16 Dec 2022 11:07:08 -0500 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40723264AF for ; Fri, 16 Dec 2022 08:06:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671206763; x=1702742763; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=l7H2yfCs/IMIVq+B/pOD2NdX6bHZs2ePX/ftqWatWlY=; b=bui6Ly9JlJtVDx9t0XIDBp/yGOfSDPGlcPu0+9Nvf9z1sNwkThH3iuAi uQ9qnHFarqLM3VCaL1BheriQ4OiSfqGj8yIZ20UiEpM++/ObQ+wuuNWK7 KIMgYAzye3QAa50NoooKWrX8mwXc6XD0im4GXoJONOTGNAUxTcy60e5Wc wiyJhaGcTq3CVO/R8TM9bI7xr4OXGPWqhkDWB1hj48Z548sgntaP36P41 PQBQQaXJEiJJeq2uFI+70nKUHLqHgxY3FXmj7hngiN125U2tq59QPkIA3 yEtdbfXBsUVNbL7mr2XXcLcPOhL3GfOqJ+gPpGBzLUWZjbX6T8dgbvAkl w==; X-IronPort-AV: E=McAfee;i="6500,9779,10563"; a="319049000" X-IronPort-AV: E=Sophos;i="5.96,249,1665471600"; d="scan'208";a="319049000" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2022 08:05:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10563"; a="627594959" X-IronPort-AV: E=Sophos;i="5.96,249,1665471600"; d="scan'208";a="627594959" Received: from krojasle-mobl.amr.corp.intel.com (HELO [10.209.187.31]) ([10.209.187.31]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2022 08:05:47 -0800 Message-ID: Date: Fri, 16 Dec 2022 10:05:46 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.4.2 Subject: Re: [PATCH v2] ASoC: Intel: sof_nau8825: add variant with nau8318 amplifier. Content-Language: en-US To: Ajye Huang , linux-kernel@vger.kernel.org Cc: Libin Yang , "balamurugan . c" , Cezary Rojewski , Kai Vehmanen , Bard Liao , Takashi Iwai , Liam Girdwood , Mark Brown , Muralidhar Reddy , Ranjani Sridharan , Akihiko Odaki , ye xingchen , David Lin , alsa-devel@alsa-project.org, Peter Ujfalusi , Brent Lu , Yong Zhi References: <20221216154938.9426-1-ajye_huang@compal.corp-partner.google.com> From: Pierre-Louis Bossart In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The v2 includes: > changes from v1->v2: > * Modify title and add explanations in commit messages . > * Use new topology file "sof-adl-nau8318-nau8825.tplg" instead of > sof-adl-max98360a-nau8825.tplg. You can add those directly in the patch, below the --- marker, e.g. Signed-off-by: Ajye Huang --- changes from v1->v2: * Modify title and add explanations in commit messages . * Use new topology file "sof-adl-nau8318-nau8825.tplg" instead of sof-adl-max98360a-nau8825.tplg. sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/boards/sof_nau8825.c | 23 +++++++++++++++++++ .../intel/common/soc-acpi-intel-adl-match.c | 12 ++++++++++ 3 files changed, 36 insertions(+)