From patchwork Thu Nov 10 22:54:28 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: 623342 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 C1E4FC433FE for ; Thu, 10 Nov 2022 22:56:23 +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 A644B1672; Thu, 10 Nov 2022 23:55:31 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz A644B1672 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1668120981; bh=eijULDLbQoIzpU+j1Lp55bHrxPIQWmKTsB6zTH/LWXM=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=PF4fj0fvCNIHZcERTy6MMec890M+fbPWasNXY7pcbiNQago6RIY21tKZqvej2/o4N BRrGTf+rUx53CCnT/RVMau8kjxXKC1VZhBoAxZ6TCATlKN413EEYQsRAnnTc5zD6Zx /Cz7D0bwknLMEhI6WZYE6MWSCEf1nW2XAvrSwoSk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 3550AF80162; Thu, 10 Nov 2022 23:55:12 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id A7BEAF804FB; Thu, 10 Nov 2022 23:55:10 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) (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 1B649F80162 for ; Thu, 10 Nov 2022 23:55:03 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1B649F80162 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Q6O9q78F" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668120905; x=1699656905; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eijULDLbQoIzpU+j1Lp55bHrxPIQWmKTsB6zTH/LWXM=; b=Q6O9q78FLRZgVMBMlxdfp9pb7pl4Yu6E6H2SN1BM5EUBpumeIXJrmLD6 su39O6PnbX4A/ixyKxbLpCiYnrJLRAf5pwpaahIAtnLftsD8CgVx7lSnI 8IXRUOgEv2mE80znfVhLG2emKnE4HZIc1OcDDmLK6eaUcdxcbADmXAioZ CIQTKt44lRJgEGNwctdVV8hp7ONqv4mrY7d9cBhOQ5eDewo2xBCPPbh0w DobQ4bClR4Qj3Eq/bKIAi3L+G9VT5mPvwg0Od+4cRn2OanGPtpDU3O4kl XjMh0LR3R7N46D6S11/2G3U6ec3kTRwPOzde12GyZQTZA7OI/8D7zO2cq Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="373588017" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208";a="373588017" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 14:55:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="670533736" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208";a="670533736" Received: from tleibov-mobl.ger.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.214.199.216]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 14:54:58 -0800 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Subject: [PATCH 1/5] ASoC: Intel: sof_sdw: Add support for SKU 0C10 product Date: Thu, 10 Nov 2022 16:54:28 -0600 Message-Id: <20221110225432.144184-2-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221110225432.144184-1-pierre-louis.bossart@linux.intel.com> References: <20221110225432.144184-1-pierre-louis.bossart@linux.intel.com> MIME-Version: 1.0 Cc: Kai Vehmanen , tiwai@suse.de, Gongjun Song , =?utf-8?q?P=C3=A9ter_Ujfalusi?= , Pierre-Louis Bossart , broonie@kernel.org, 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" From: Gongjun Song SKU 0C10 product supports SoundWire capture from local microphone and two SoundWire amplifiers(no headset codec). Reviewed-by: Kai Vehmanen Reviewed-by: Bard Liao Reviewed-by: Péter Ujfalusi Signed-off-by: Gongjun Song Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/boards/sof_sdw.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c index ee9857dc3135d..ed4ca10b67104 100644 --- a/sound/soc/intel/boards/sof_sdw.c +++ b/sound/soc/intel/boards/sof_sdw.c @@ -355,6 +355,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = { .driver_data = (void *)(SOF_SDW_TGL_HDMI | RT711_JD2), }, + /* RaptorLake devices */ + { + .callback = sof_sdw_quirk_cb, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), + DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C10"), + }, + /* No Jack */ + .driver_data = (void *)(SOF_SDW_TGL_HDMI | + SOF_SDW_FOUR_SPK), + }, /* MeteorLake devices */ { .callback = sof_sdw_quirk_cb,