From patchwork Tue Mar 8 19:25:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 549297 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6734EC433EF for ; Tue, 8 Mar 2022 19:31:18 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7D5E618A0; Tue, 8 Mar 2022 20:30:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7D5E618A0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1646767876; bh=Th4tNXpIGaK2NjoVHOYuvKrkMVZaD3Yop7yozWsbWik=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=qp/Coz7isrWk0GCxXFkDzxL5iG9tu1cuwxgPvvMmyRII8XaOm/VjJHntlJlhwTKPd c3vFwMfTlAtDuB8FIEEWvpArte1PEL5+oUNRAmc+jps4LJBcsME2UvcWl3Hrn33gY2 G+JWQ3VyBy2ZEBYaWdeJyvyOsyjr4NPoiJzWq9PE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 8CA09F8055A; Tue, 8 Mar 2022 20:27:08 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id E3F67F80549; Tue, 8 Mar 2022 20:27:00 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id AF098F80515 for ; Tue, 8 Mar 2022 20:26:47 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz AF098F80515 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="AlPgsYPG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646767608; x=1678303608; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Th4tNXpIGaK2NjoVHOYuvKrkMVZaD3Yop7yozWsbWik=; b=AlPgsYPGonTI+755GUaGNfsa2Jgm5iTHTkpgNvnlcqg8rEmKXmZG5e3B 2hFi4ozYeP30vhUFyZL6HzA6vj/YNwr5wuKfUtnOpETuNkQsJYmbaVjzh B9LWautFQeSZU1SU6HSxal2zBAib1Il9Pkq11b2oRkQhw5aSATPf+S5Wa Wdl2hUyE0S98zHZz4l9Sl1CTK8KeqSe1aWPqEwN1tDZ1AVqynEY3K3j2g /TOBTUtSbzdep2yKl4fr8f6Ep87gwPYlSiAhitPRZe0wWdCaNpikvbpzY Bq00sYklZuShXNTdS7cAMt21i3anQkELiXNNpIgfif9UEi+WqtFZYDJP3 Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10280"; a="252363708" X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="252363708" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 11:26:45 -0800 X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="495573961" Received: from jhaskins-mobl.amr.corp.intel.com (HELO pbossart-mobl3.amr.corp.intel.com) ([10.209.53.149]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 11:26:44 -0800 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Subject: [PATCH 09/20] ALSA: intel-dspconfig: add ES8336 support for CNL Date: Tue, 8 Mar 2022 13:25:59 -0600 Message-Id: <20220308192610.392950-10-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220308192610.392950-1-pierre-louis.bossart@linux.intel.com> References: <20220308192610.392950-1-pierre-louis.bossart@linux.intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , tiwai@suse.de, =?utf-8?q?P?= =?utf-8?q?=C3=A9ter_Ujfalusi?= , Huajun Li , Pierre-Louis Bossart , Nikolai Kostrigin , broonie@kernel.org, Mauro Carvalho Chehab , Bard Liao X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" We're missing this check for the CNL PCI id Reported-by: Nikolai Kostrigin Signed-off-by: Pierre-Louis Bossart Reviewed-by: Bard Liao Reviewed-by: Péter Ujfalusi Acked-by: Takashi Iwai --- sound/hda/intel-dsp-config.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index b9b7bf5a5553..70fd8b13938e 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -199,6 +199,11 @@ static const struct config_entry config_table[] = { {} } }, + { + .flags = FLAG_SOF, + .device = 0x09dc8, + .codec_hid = &essx_83x6, + }, { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0x9dc8,