All of lore.kernel.org
 help / color / mirror / Atom feed
From: sathya.prakash.m.r@intel.com
To: alsa-devel@alsa-project.org
Cc: sathya.prakash.m.r@intel.com, naveen.m@intel.com,
	pierre-louis.bossart@linux.intel.com
Subject: [alsa-devel] [PATCH v3 2/2] ASoC: Intel: Add acpi match for rt1011 based m/c driver
Date: Wed, 25 Sep 2019 11:33:10 +0530	[thread overview]
Message-ID: <1569391390-15328-3-git-send-email-sathya.prakash.m.r@intel.com> (raw)
In-Reply-To: <1569391390-15328-1-git-send-email-sathya.prakash.m.r@intel.com>

From: Naveen Manohar <naveen.m@intel.com>

Add match for CML m/c with RT1011 and RT5682

Changes from V2: re ordered match table
to ensure non i2c device matches are at the end

Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Signed-off-by: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
---
 sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
index 771b0ef21051..af7e85a4fc86 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
@@ -29,6 +29,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
 		.sof_tplg_filename = "sof-cnl-rt274.tplg",
 	},
 	{
+		.id = "10EC1011",
+		.drv_name = "cml_rt1011_rt5682",
+		.quirk_data = &cml_codecs,
+		.sof_fw_filename = "sof-cnl.ri",
+		.sof_tplg_filename = "sof-cml-rt1011-rt5682.tplg",
+	},
+	{
 		.id = "MX98357A",
 		.drv_name = "sof_rt5682",
 		.quirk_data = &cml_codecs,
-- 
1.9.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  parent reply	other threads:[~2019-09-25  6:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-25  6:03 [alsa-devel] [PATCH v3 0/2] Add CML M/C for RT5682 and RT1011 sathya.prakash.m.r
2019-09-25  6:03 ` [alsa-devel] [PATCH v3 1/2] ASoC: Intel: boards: Add CML m/c using RT1011 and RT5682 sathya.prakash.m.r
2019-09-25 13:14   ` Pierre-Louis Bossart
2019-09-25  6:03 ` sathya.prakash.m.r [this message]
2019-09-25 11:46 ` [alsa-devel] [PATCH v3 0/2] Add CML M/C for RT5682 and RT1011 Kai Vehmanen

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=1569391390-15328-3-git-send-email-sathya.prakash.m.r@intel.com \
    --to=sathya.prakash.m.r@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=naveen.m@intel.com \
    --cc=pierre-louis.bossart@linux.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.