All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bard Liao <yung-chuan.liao@linux.intel.com>
To: broonie@kernel.org, tiwai@suse.de
Cc: alsa-devel@alsa-project.org,
	pierre-louis.bossart@linux.intel.com, bard.liao@intel.com
Subject: [PATCH 1/9] ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product
Date: Fri,  5 Nov 2021 10:26:38 +0800	[thread overview]
Message-ID: <20211105022646.26305-2-yung-chuan.liao@linux.intel.com> (raw)
In-Reply-To: <20211105022646.26305-1-yung-chuan.liao@linux.intel.com>

From: Gongjun Song <gongjun.song@intel.com>

This product supports SoundWire capture from local microphones
and two SoundWire amplifiers(no headset codec).

Signed-off-by: Gongjun Song <gongjun.song@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
 sound/soc/intel/boards/sof_sdw.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index f10496206cee..584f9f2db207 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -248,6 +248,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
 					SOF_BT_OFFLOAD_SSP(2) |
 					SOF_SSP_BT_OFFLOAD_PRESENT),
 	},
+	{
+		.callback = sof_sdw_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
+			DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0AF3"),
+		},
+		/* No Jack */
+		.driver_data = (void *)(SOF_SDW_TGL_HDMI |
+					SOF_SDW_FOUR_SPK),
+	},
 	{}
 };
 
-- 
2.17.1


  reply	other threads:[~2021-11-05  2:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-05  2:26 [PATCH 0/9] ASoC: Ietel: Add Dell ADL products support Bard Liao
2021-11-05  2:26 ` Bard Liao [this message]
2021-11-05  2:26 ` [PATCH 2/9] ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration Bard Liao
2021-11-05  2:26 ` [PATCH 3/9] ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products Bard Liao
2021-11-05  2:26 ` [PATCH 4/9] ASoC: Intel: sof_sdw: Add support for SKU 0B11 product Bard Liao
2021-11-05  2:26 ` [PATCH 5/9] ASoC: Intel: sof_sdw: Add support for SKU 0B13 product Bard Liao
2021-11-05  2:26 ` [PATCH 6/9] ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration Bard Liao
2021-11-05  2:26 ` [PATCH 7/9] ASoC: Intel: sof_sdw: Add support for SKU 0B29 product Bard Liao
2021-11-05  2:26 ` [PATCH 8/9] ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration Bard Liao
2021-11-05  2:26 ` [PATCH 9/9] ASoC: Intel: sof_sdw: Add support for SKU 0B12 product Bard Liao
2021-11-05 20:14 ` [PATCH 0/9] ASoC: Ietel: Add Dell ADL products support Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211105022646.26305-2-yung-chuan.liao@linux.intel.com \
    --to=yung-chuan.liao@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bard.liao@intel.com \
    --cc=broonie@kernel.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.