From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: mac.chiang@intel.com, alsa-devel@alsa-project.org
Cc: sathya.prakash.m.r@intel.com, broonie@kernel.org, bard.liao@intel.com
Subject: Re: [PATCH] ASoC: Intel: boards: Add Cometlake machine driver support
Date: Thu, 8 Aug 2019 14:06:47 -0500 [thread overview]
Message-ID: <2ec1119e-cd4c-71a6-1f52-e9a586f1aeaf@linux.intel.com> (raw)
In-Reply-To: <334b227c-10fb-ec2e-10d0-68587806eb8c@linux.intel.com>
>> diff --git a/sound/soc/intel/common/soc-intel-quirks.h
>> b/sound/soc/intel/common/soc-intel-quirks.h
>> index 4718fd3..e6357d3 100644
>> --- a/sound/soc/intel/common/soc-intel-quirks.h
>> +++ b/sound/soc/intel/common/soc-intel-quirks.h
>> @@ -36,6 +36,7 @@ SOC_INTEL_IS_CPU(byt, INTEL_FAM6_ATOM_SILVERMONT);
>> SOC_INTEL_IS_CPU(cht, INTEL_FAM6_ATOM_AIRMONT);
>> SOC_INTEL_IS_CPU(apl, INTEL_FAM6_ATOM_GOLDMONT);
>> SOC_INTEL_IS_CPU(glk, INTEL_FAM6_ATOM_GOLDMONT_PLUS);
>> +SOC_INTEL_IS_CPU(cml, INTEL_FAM6_KABYLAKE_MOBILE);
>> static inline bool soc_intel_is_byt_cr(struct platform_device *pdev)
>> {
>> @@ -110,6 +111,10 @@ static inline bool soc_intel_is_glk(void)
>> return false;
>> }
>> +static inline bool soc_intel_is_cml(void)
>> +{
>> + return false;
>> +}
>> #endif
>> #endif /* _SND_SOC_INTEL_QUIRKS_H */
>
> Humm, which branch does this apply against? It's not in Mark's tree nor
> in the SOF tree, so how did you test this?
>
> I remember submitting this quirk suggestion but it was not approved
> upstream, or needed more work (this was before I dropped everything to
> work on SoundWire). You may have to do this manually for now with the
> cpu_id method, and we'll replace it later with a better solution.
Please ignore this last comment, I need more coffee before reviewing.
The code was indeed merged...
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next prev parent reply other threads:[~2019-08-08 19:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-08 7:58 [PATCH] ASoC: Intel: boards: Add Cometlake machine driver support mac.chiang
2019-08-08 14:39 ` Pierre-Louis Bossart
2019-08-08 19:06 ` Pierre-Louis Bossart [this message]
2019-08-08 17:38 ` Sridharan, Ranjani
2019-08-08 19:15 ` Pierre-Louis Bossart
2019-08-08 19:22 ` Sridharan, Ranjani
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=2ec1119e-cd4c-71a6-1f52-e9a586f1aeaf@linux.intel.com \
--to=pierre-louis.bossart@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=bard.liao@intel.com \
--cc=broonie@kernel.org \
--cc=mac.chiang@intel.com \
--cc=sathya.prakash.m.r@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.