All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandrov Stansilav <neko@nya.ai>
To: alsa-devel@alsa-project.org
Cc: vinod.koul@intel.com, pierre-louis.bossart@linux.intel.com
Subject: [PATCH v3 1/2] ASoC: rt5640: Add "10EC3276" ACPI ID
Date: Fri,  6 Jan 2017 03:09:46 +0300	[thread overview]
Message-ID: <2c5644584d8eff80090648810783ed3f37e4d4f8.1483660468.git.neko@nya.ai> (raw)
In-Reply-To: <cover.1483660468.git.neko@nya.ai>
In-Reply-To: <cover.1483660468.git.neko@nya.ai>

Add ACPI ID "10EC3276" for sound card found on notebook HP Pavilion X2 10-p000.
ACPI DSDT Table on this device describes this card as ALC3276, but it is in fact rt5640.

Signed-off-by: Alexandrov Stansilav <neko@nya.ai>
---
 sound/soc/codecs/rt5640.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index e29a6de..b857a71 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2313,6 +2313,7 @@ MODULE_DEVICE_TABLE(of, rt5640_of_match);
 #ifdef CONFIG_ACPI
 static const struct acpi_device_id rt5640_acpi_match[] = {
 	{ "INT33CA", 0 },
+	{ "10EC3276", 0 },
 	{ "10EC5640", 0 },
 	{ "10EC5642", 0 },
 	{ "INTCCFFD", 0 },
-- 
2.10.2

  reply	other threads:[~2017-01-06  0:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06  0:09 [PATCH v3 0/2] ASoC: Add support for rt5640 sound card found on HP Pavilion x2 10-p000 tablet Alexandrov Stansilav
2017-01-06  0:09 ` Alexandrov Stansilav [this message]
2017-01-06  0:09 ` [PATCH v3 2/2] ASoC: Intel: Atom: Add HP Pavilion x2 10-p000 machine entry Alexandrov Stansilav
2017-01-06  7:07 ` [PATCH v3 0/2] ASoC: Add support for rt5640 sound card found on HP Pavilion x2 10-p000 tablet Vinod Koul
2017-01-13 20:48   ` Pierre-Louis Bossart
2017-01-16 18:15     ` 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=2c5644584d8eff80090648810783ed3f37e4d4f8.1483660468.git.neko@nya.ai \
    --to=neko@nya.ai \
    --cc=alsa-devel@alsa-project.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=vinod.koul@intel.com \
    /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.