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 0E4E7CCA47B for ; Fri, 8 Jul 2022 14:14:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238426AbiGHOOy (ORCPT ); Fri, 8 Jul 2022 10:14:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238250AbiGHOOv (ORCPT ); Fri, 8 Jul 2022 10:14:51 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A3762714D for ; Fri, 8 Jul 2022 07:14:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657289689; x=1688825689; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=mZw4zJhnWLu6q25nq6HwCIlugQZ35aroc8hQi8XIXbM=; b=MKWCoa6MdBYI4liHb2/1GvGiqBkd6/zcvbraJ1xtuyhXqTCyhHvw1If6 cW/sTbfoISH2XrER51LitrtKYSLpElQ04L+LXcggvG4hHZSWu+7u839wG Rwd2YGxDf6hnuqnOspVNnF1NbCIODVWsuugRPPHA6/KGeiucwfXxs0KWQ 8mGoO9iYO5BVOj5EKAJz2lOB2ktFPpYaafYfIhJqu9kkCG7Dg1uk27w6+ WCgoIOUwUIg9MdTNJTWYseDaCQnHM6gvL63oftXnffl1DbL8nUVVgqObH xAGJghuNNMhmgJVEKf5uuarjurnvs1oZddU9rHVaXMKq5jxeTqkZCawzG g==; X-IronPort-AV: E=McAfee;i="6400,9594,10401"; a="264068714" X-IronPort-AV: E=Sophos;i="5.92,255,1650956400"; d="scan'208";a="264068714" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2022 07:14:48 -0700 X-IronPort-AV: E=Sophos;i="5.92,255,1650956400"; d="scan'208";a="626714088" Received: from gcisnero-mobl.amr.corp.intel.com (HELO [10.212.87.49]) ([10.212.87.49]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2022 07:14:47 -0700 Message-ID: <4fd78c53-2294-0f19-1551-39bafe87d94c@linux.intel.com> Date: Fri, 8 Jul 2022 09:11:11 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 Thunderbird/91.10.0 Subject: Re: [PATCH v8 0/2] ASoC: Intel: sof_cs42l42: adding support for ADL configuration and BT offload Content-Language: en-US To: Brent Lu , alsa-devel@alsa-project.org Cc: Cezary Rojewski , Liam Girdwood , Peter Ujfalusi , Bard Liao , Ranjani Sridharan , Kai Vehmanen , Mark Brown , Jaroslav Kysela , Takashi Iwai , Akihiko Odaki , linux-kernel@vger.kernel.org, Rander Wang , Gongjun Song , Mac Chiang , Ajye Huang , Libin Yang , Muralidhar Reddy , David Lin References: <20220708110030.658468-1-brent.lu@intel.com> From: Pierre-Louis Bossart In-Reply-To: <20220708110030.658468-1-brent.lu@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/8/22 06:00, Brent Lu wrote: > 1. Add BT offload fetch to cs42l42 machine driver > 2. Support cs42l42+max98360a on ADL platform > > V8 Changes: > - split the V7 patch into two patches; one for BT offload feature, the other for new board config > - change topology name to sof-adl-max98360a-cs42l42.tplg > - remove useless variable 'ret' in create_bt_offload_dai_links > > Brent Lu (2): > ASoC: Intel: sof_cs42l42: support BT offload audio > ASoC: Intel: sof_cs42l42: add adl_mx98360a_cs4242 board config LGTM, thanks Brent Acked-by: Pierre-Louis Bossart