All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandrov Stanislav <neko@nya.ai>
To: Alsa Devel <alsa-devel@alsa-project.org>
Cc: Vinod Koul <vinod.koul@intel.com>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH] ASoC: intel: rt5640: add support for sound card found on HP Pavilion x2 10-p000
Date: Wed, 04 Jan 2017 00:56:39 +0300	[thread overview]
Message-ID: <7368c4ab543ff6a4783984e72a0ab04e@nya.ai> (raw)

Add support for rt5640 sound card found on HP Pavilion x2 10-p000 
tablet.

original bugreport: https://bugzilla.kernel.org/show_bug.cgi?id=187621

Signed-off-by: Alexandrov Stanislav <neko@nya.ai>
---
  sound/soc/codecs/rt5640.c           | 1 +
  sound/soc/intel/atom/sst/sst_acpi.c | 2 ++
  2 files changed, 3 insertions(+)

diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index e29a6de..c5234b9 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2315,6 +2315,7 @@ static const struct acpi_device_id 
rt5640_acpi_match[] = {
  	{ "INT33CA", 0 },
  	{ "10EC5640", 0 },
  	{ "10EC5642", 0 },
+	{ "10EC3276", 0 },
  	{ "INTCCFFD", 0 },
  	{ },
  };
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c 
b/sound/soc/intel/atom/sst/sst_acpi.c
index f4d92bb..896ced2 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -463,6 +463,8 @@ static struct sst_acpi_mach sst_acpi_chv[] = {
  	/* some CHT-T platforms rely on RT5640, use Baytrail machine driver */
  	{"10EC5640", "bytcr_rt5640", "intel/fw_sst_22a8.bin", "bytcr_rt5640", 
cht_quirk,
  						&chv_platform_data },
+	{"10EC3276", "bytcr_rt5640", "intel/fw_sst_22a8.bin", "bytcr_rt5640", 
NULL,
+						&chv_platform_data },

  	{},
  };
-- 
2.10.2

             reply	other threads:[~2017-01-03 21:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 21:56 Alexandrov Stanislav [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-03 20:40 [PATCH] ASoC: intel: rt5640: add support for sound card found on HP Pavilion x2 10-p000 Alexandrov Stanislav
2017-01-04  4:02 ` Vinod Koul

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=7368c4ab543ff6a4783984e72a0ab04e@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.