All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, Sathya Prakash M R <sathya.prakash.m.r@intel.com>,
	broonie@kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 1/4] ASoC: Intel: boards: Match Product Family instead of product
Date: Fri,  9 Aug 2019 18:22:33 -0500	[thread overview]
Message-ID: <20190809232236.21182-2-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20190809232236.21182-1-pierre-louis.bossart@linux.intel.com>

From: Sathya Prakash M R <sathya.prakash.m.r@intel.com>

The generic machine driver of sof_rt5682
supports more platforms of same product family.
hence match the product family instead of product name.

Signed-off-by: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/intel/boards/sof_rt5682.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
index daeaa396d928..c1181bc0119e 100644
--- a/sound/soc/intel/boards/sof_rt5682.c
+++ b/sound/soc/intel/boards/sof_rt5682.c
@@ -91,8 +91,7 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
 	{
 		.callback = sof_rt5682_quirk_cb,
 		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Google"),
-			DMI_MATCH(DMI_PRODUCT_NAME, "Hatch"),
+			DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Hatch"),
 		},
 		.driver_data = (void *)(SOF_RT5682_MCLK_EN |
 					SOF_RT5682_MCLK_24MHZ |
-- 
2.20.1

  reply	other threads:[~2019-08-09 23:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09 23:22 [PATCH 0/4] ASoC: Intel: boards: quirks and DMIC corrections Pierre-Louis Bossart
2019-08-09 23:22 ` Pierre-Louis Bossart [this message]
2019-08-12 13:09   ` Applied "ASoC: Intel: boards: Match Product Family instead of product" to the asoc tree Mark Brown
2019-08-09 23:22 ` [PATCH 2/4] ASoC: Intel: sof-rt5682: add dmic dapm widget to support dmic PCM Pierre-Louis Bossart
2019-08-12 13:09   ` Applied "ASoC: Intel: sof-rt5682: add dmic dapm widget to support dmic PCM" to the asoc tree Mark Brown
2019-08-09 23:22 ` [PATCH 3/4] ASoC: Intel: skl-hda-dsp-generic: add dependency to dmic driver Pierre-Louis Bossart
2019-08-12 13:09   ` Applied "ASoC: Intel: skl-hda-dsp-generic: add dependency to dmic driver" to the asoc tree Mark Brown
2019-08-09 23:22 ` [PATCH 4/4] ASoC: Intel: skl-hda-dsp-generic: add dmic dapm widget and route Pierre-Louis Bossart
2019-08-12 13:09   ` Applied "ASoC: Intel: skl-hda-dsp-generic: add dmic dapm widget and route" to the asoc tree 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=20190809232236.21182-2-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=sathya.prakash.m.r@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.