Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp772488pxu; Fri, 4 Dec 2020 15:34:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJwf2RQLLnxNATwRzYmOIEURujoRmY409A3FjMPz4ruCcVsyAePjvMp4w1SBC5FfdytP7tP8 X-Received: by 2002:a17:907:1010:: with SMTP id ox16mr7164986ejb.439.1607124845565; Fri, 04 Dec 2020 15:34:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607124845; cv=none; d=google.com; s=arc-20160816; b=Vxm0TIsVbLx5ijBWgL+IAoq62x7bpnooCNGoMXkldVFNPGx4irZKlMngw+dDndLNZ8 /r6hDMrpwwxb/EEnnnOAY3fLaw4pE8f6TwESlkETZu40q53iKf5ApulVtaqqMAxcqcgB 1FzHjplma5PJAe6yVI1uGLJsC1M5nMNzllRYsh0wQq2WHt0JJVejf3bm1yQ+UcC4e+hE nrz8vVyL6oNO+QBbllLLsu+zMtcpbxl6aCLfXLR5GzFSF2nMpQY2oWoKLhiWjMRkgbGE YLrn1SCsIF4pBOhBCo47Ody6Ltn6LgIzt0Mn+S1WOR1gao6+s3p+D3/G9b1L3oKGuJof 11wA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=/LfhWBzygOcAK877meXvWtXI9j0NXf8hTviA2WNlIjM=; b=UqRWqHI5doLW0wQjSd7tqrWi/0FY1KnwvTeToLJ1Q+G/hgm1sfJd3YEMsMoL5Y5bp7 TXreAoNFZXk/xpMJIUXcfoeBFSvgOn/C/AiG5BJx8BtvdPQTOAD19litgaoGGuIy1D/T iQCn+c7KABSrp2O1l2Rofmu14rz5OvWj4mrRGErZtccBDceMGDrwP6cRn11XseWDTzdA sLLMtivd6OXT3UluW2u90sK588OiEvC3GcT68PVkBge5EgvzS2TTDdCnCB9ftPrfYjiY hm5PuWTckQnDLmvABMAKxzhw0EYRtYZXxIthrPuQ/aXz0ui8dAfQhEeFG7PqjOOvb8J2 +nig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x2si2286758ejb.174.2020.12.04.15.33.43; Fri, 04 Dec 2020 15:34:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730450AbgLDXal (ORCPT + 99 others); Fri, 4 Dec 2020 18:30:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:41462 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726111AbgLDXak (ORCPT ); Fri, 4 Dec 2020 18:30:40 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: alsa-devel@alsa-project.org, Brent Lu Cc: linux-kernel@vger.kernel.org, Kai Vehmanen , Sathyanarayana Nujella , Pierre-Louis Bossart , Yong Zhi , Cezary Rojewski , Dharageswari R , Fred Oh , Bard Liao , Kuninori Morimoto , Libin Yang , Rander Wang , Naveen Manohar , Takashi Iwai , Jie Yang , Guennadi Liakhovetski , Liam Girdwood , Ben Zhang In-Reply-To: <20201203154010.29464-1-brent.lu@intel.com> References: <20201203154010.29464-1-brent.lu@intel.com> Subject: Re: [PATCH v2] ASoC: intel: sof_rt5682: Add support for tgl_rt1011_rt5682 Message-Id: <160712460213.7629.11587898255974280110.b4-ty@kernel.org> Date: Fri, 04 Dec 2020 23:30:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 23:40:10 +0800, Brent Lu wrote: > This patch adds the driver data for two rt1011 speaker amplifiers on > SSP1 and rt5682 on SSP0 for TGL platform. DAI format for rt1011 is > leveraged from cml_rt1011_rt5682 which is 4-slot tdm with 100fs bclk. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: intel: sof_rt5682: Add support for tgl_rt1011_rt5682 commit: aa6cc97c0ac31c668afc7027bcf2bdb0fe4610fe All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark