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 D50ABEB64D9 for ; Wed, 12 Jul 2023 12:58:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232386AbjGLM6v (ORCPT ); Wed, 12 Jul 2023 08:58:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231436AbjGLM6t (ORCPT ); Wed, 12 Jul 2023 08:58:49 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A9171981 for ; Wed, 12 Jul 2023 05:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689166728; x=1720702728; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=FvuonApgo3gnnJdPGRqPyo1DrsyIWj9AcxIUCeLyd6A=; b=lcanM7gednrJhpg+Rhfnc/zgJqym/+kXcUl1b6L24CpOAUipqieoVSe9 G+ovZTEu/oh80lyfqYCyOAjTA0DlQMiYTYMQRJEuoydxEeC/guawDqMa8 4qEPEtWo/U2aGau2Afoj8pq67/JO9QbnO+CEYKjVvmL3xVfoVoiMF8nFd RbIpb/fhsDm8sI8tyJMtajCPK1/5/paWQnwnxN8rauk2j5LMKNPWvG/P9 Yp3cTaY/icEffknqtBlMaOd/Vt7F2mcOrD1R1v/JYh7FUkFato5dGQtpl Bs4YF1YrMZfZzORR5l56CnOk+R7lTrUjCbxxJqfHBDwH08XXErS9raU1T w==; X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="428617413" X-IronPort-AV: E=Sophos;i="6.01,199,1684825200"; d="scan'208";a="428617413" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2023 05:58:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="895623137" X-IronPort-AV: E=Sophos;i="6.01,199,1684825200"; d="scan'208";a="895623137" Received: from hoermank-mobl.ger.corp.intel.com (HELO [10.252.42.188]) ([10.252.42.188]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2023 05:58:42 -0700 Message-ID: <6d1e5e05-1bc8-25cc-0d53-043c3bc1fc72@linux.intel.com> Date: Wed, 12 Jul 2023 14:58:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.11.0 Subject: Re: [PATCH v4] ASoC: Intel: sof_rt5682: add jsl_rt5650 board config 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 , Yong Zhi , Uday M Bhat , Gongjun Song , Ajye Huang , Arnd Bergmann , Terry Cheong , "Dharageswari . R" , Mac Chiang , Kuninori Morimoto , ye xingchen , linux-kernel@vger.kernel.org References: <20230712191423.443765-1-brent.lu@intel.com> From: Pierre-Louis Bossart In-Reply-To: <20230712191423.443765-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/12/23 21:14, Brent Lu wrote: > This configuration supports JSL boards which implement ALC5650 dual > I2S interface codec. Two DAI links are added: AIF1 (on codec side) for > headphone and AIF2 for speakers. > > Signed-off-by: Brent Lu Acked-by: Pierre-Louis Bossart Thanks!