ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: nickel@altlinux.org
To: devel-kernel@lists.altlinux.org
Cc: Vasiliy Kovalev <kovalev@altlinux.org>
Subject: [d-kernel] [PATCH 1/6] ASoC: Intel: sof_es8336: add more DMI info for pa-enable lookup quirk for CNL-LP models
Date: Tue,  2 Aug 2022 20:21:35 +0300
Message-ID: <20220802172140.226880-2-nickel@altlinux.org> (raw)
In-Reply-To: <20220802172140.226880-1-nickel@altlinux.org>

From: Nikolai Kostrigin <nickel@altlinux.org>

Add ICL Si1516 (closes: #42621);
Add HIPER TeachBook HTHLP-04R.

Signed-off-by: Nikolai Kostrigin <nickel@altlinux.org>
Co-developed-by: Vasiliy Kovalev <kovalev@altlinux.org>
Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org>
---
 sound/soc/intel/boards/sof_es8336.c | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/sound/soc/intel/boards/sof_es8336.c b/sound/soc/intel/boards/sof_es8336.c
index 373b8e7f72323..0eb8ab0081463 100644
--- a/sound/soc/intel/boards/sof_es8336.c
+++ b/sound/soc/intel/boards/sof_es8336.c
@@ -270,6 +270,16 @@ static const struct dmi_system_id sof_es8336_quirk_table[] = {
 		.driver_data = (void *)(SOF_ES8336_SSP_CODEC(0) |
 					SOF_ES8336_TGL_GPIO_QUIRK)
 	},
+	{
+		.callback = sof_es8336_quirk_cb,
+		.ident = "pa-enable ACPI deviant",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ICL"),
+			DMI_MATCH(DMI_BOARD_NAME, "Si16"),
+		},
+		.driver_data = (void *)(SOF_ES8336_SSP_CODEC(0) |
+					SOF_ES8336_TGL_GPIO_QUIRK)
+	},
 	{
 		.callback = sof_es8336_quirk_cb,
 		.matches = {
@@ -280,6 +290,17 @@ static const struct dmi_system_id sof_es8336_quirk_table[] = {
 					SOF_ES8336_TGL_GPIO_QUIRK |
 					SOF_ES8336_ENABLE_DMIC)
 	},
+	{
+		.callback = sof_es8336_quirk_cb,
+		.ident = "pa-enable ACPI deviant",
+		.matches = {
+			/* market name: HIPER TeachBook HTHLP-04R */
+			DMI_MATCH(DMI_SYS_VENDOR, "mtech"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "MTL1578"),
+		},
+		.driver_data = (void *)(SOF_ES8336_SSP_CODEC(0) |
+					SOF_ES8336_TGL_GPIO_QUIRK)
+	},
 	{}
 };
 
-- 
2.33.3



  reply	other threads:[~2022-08-02 17:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 17:21 [d-kernel] [PATCH 0/6] ASoC: Intel: sof_es8336: add support for more laptop models in 5.15 nickel
2022-08-02 17:21 ` nickel [this message]
2022-08-02 17:21 ` [d-kernel] [PATCH 2/6] ASoC: Intel: sof_es8336: added protection against dereference of the null pointer before calling the string comparison function nickel
2022-08-02 17:21 ` [d-kernel] [PATCH 3/6] ASoC: Intel: sof_es8336: add Aquarius Cmp NS685U R11 DMI info for pa-enable lookup quirk nickel
2022-08-02 17:21 ` [d-kernel] [PATCH 4/6] ASoC: Intel: sof_es8336: add 3Logic Group Graviton N15i " nickel
2022-08-02 17:21 ` [d-kernel] [PATCH 5/6] ASoC: Intel: sof_es8336: simplify pa_enable quirk trigger code nickel
2022-08-02 17:21 ` [d-kernel] [PATCH 6/6] ASoC: Intel: sof_es8336: add 3Logic Group Lime 15.6 DMI info for pa-enable lookup quirk nickel
2022-08-02 22:25 ` [d-kernel] [PATCH 0/6] ASoC: Intel: sof_es8336: add support for more laptop models in 5.15 Vitaly Chikunov
2022-08-03 17:36   ` Vitaly Chikunov
2022-08-03 17:52     ` Vitaly Chikunov

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=20220802172140.226880-2-nickel@altlinux.org \
    --to=nickel@altlinux.org \
    --cc=devel-kernel@lists.altlinux.org \
    --cc=kovalev@altlinux.org \
    /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

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git