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 13873C433F5 for ; Thu, 2 Dec 2021 08:28:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356091AbhLBIba (ORCPT ); Thu, 2 Dec 2021 03:31:30 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:38736 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356086AbhLBIbX (ORCPT ); Thu, 2 Dec 2021 03:31:23 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id CAAE01FDFB; Thu, 2 Dec 2021 08:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1638433679; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iDV5vQMBmxyQ2OBH5tskQu/eRMvhadIMzgWPWuOQ00s=; b=hHGfouOe+pN7xFj+PwCTlXXU/i7MiDK8DRsgnuk7q9INKADn4ErjkzTVaDZS0cE76hC3qm pAiPLv2GbROVdtgFQrlZvcnHZFSCGLPuHQwOgPNopmnRcExRPz4plgcMUol3IhJALHkABy ZBKmiXfDk0kpyay+Qj8FEUeOeeS7+Yw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1638433679; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iDV5vQMBmxyQ2OBH5tskQu/eRMvhadIMzgWPWuOQ00s=; b=vZsKqVbrpvesOixC8GRwPRPZGXEZ2itBjzoLOkOQdBveNOgOcvoNvc+CVcQBtnIH6fNqca K3dQCDFAEgLxmIBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id BA732A3DA8; Thu, 2 Dec 2021 08:27:59 +0000 (UTC) Date: Thu, 02 Dec 2021 09:27:59 +0100 Message-ID: From: Takashi Iwai To: "Lu, Brent" Cc: Pierre-Louis Bossart , "alsa-devel@alsa-project.org" , Hans de Goede , "Liao, Bard" , "linux-kernel@vger.kernel.org" , Kai Vehmanen , Takashi Iwai Subject: Re: [PATCH] ALSA: hda: intel-dsp-config: add JasperLake support In-Reply-To: References: <20211201004628.1153763-1-brent.lu@intel.com> <4e0ec119-2b15-644d-9cab-b2e19b5c0e48@linux.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 02 Dec 2021 09:15:37 +0100, Lu, Brent wrote: > > > > > > > Thanks Brent, yes this is an oversight, we should have added this a > > > long time ago. > > > > > > I don't think however that this will apply on Takashi's for-next > > > branch, it'll conflict with the ALSA: intel-dsp-config: add quirk for > > > JSL devices based on ES8336 codec > > > > Actually it's for-linus branch, destined to 5.16-rc4. > > > > > +/* JasperLake */ > > > +#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE) > > > + { > > > + .flags = FLAG_SOF, > > > + .device = 0x4dc8, > > > + .codec_hid = "ESSX8336", > > > + }, > > > +#endif > > > > > > Do you mind rebasing and resending the update? Let's keep the ESS > > > stuff last as done in other platforms, and add your changes on top of this. > > > > Yes, please resubmit. I can merge and resolve the conflict in my side, but it's > > better to get a cleaner patch from the beginning. > > > Hi gentlement, > > I found following two patches in sof github do not exist in both broonie:for-next > and broonie:for-linus. Maybe it would be easier if I resubmit my patch to sof > github instead of alsa-dev? > > sof: topic/sof-dev > 986f58741d0d ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec > 2cccdf5b4414 ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec You'll need to rebase to the target tree, i.e. my sound.git tree in this case, as it's not directly about ASoC. Mark will need to sync his tree eventually later, but for this particular patch, just use my tree (for-linus branch) as the base or use linux-next tree. thanks, Takashi