alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Hans de Goede <hdegoede@redhat.com>,
	Cezary Rojewski <cezary.rojewski@intel.com>,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>,
	Jie Yang <yang.jie@linux.intel.com>,
	Mark Brown <broonie@kernel.org>,
	flove@realtek.com, shumingf@realtek.com,
	Oder Chiou <oder_chiou@realtek.com>
Cc: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH] ASoC: rt5645: Add platform-data for Medion E1239T
Date: Mon, 6 Apr 2020 10:30:17 -0500	[thread overview]
Message-ID: <61d0231e-4dfb-0ebe-e255-437f28648387@linux.intel.com> (raw)
In-Reply-To: <20200402185257.3355-1-hdegoede@redhat.com>



On 4/2/20 1:52 PM, Hans de Goede wrote:
> The Medion E1239T uses the default jack-detect mode 3, but instead of
> using an analog microphone it is using a DMIC on dmic-data-pin 1,
> like other models following Intel's Brasswell's reference design.
> 
> This commit adds a DMI quirk pointing to the intel_braswell_platform_data
> for this model.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> ---
>   sound/soc/codecs/rt5645.c | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
> index 92d67010aeed..6ba1849a77b0 100644
> --- a/sound/soc/codecs/rt5645.c
> +++ b/sound/soc/codecs/rt5645.c
> @@ -3758,6 +3758,14 @@ static const struct dmi_system_id dmi_platform_data[] = {
>   		},
>   		.driver_data = (void *)&kahlee_platform_data,
>   	},
> +	{
> +		.ident = "Medion E1239T",
> +		.matches = {
> +			DMI_EXACT_MATCH(DMI_SYS_VENDOR, "MEDION"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "E1239T MD60568"),
> +		},
> +		.driver_data = (void *)&intel_braswell_platform_data,
> +	},
>   	{ }
>   };
>   
> 

  reply	other threads:[~2020-04-06 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 18:52 [PATCH] ASoC: rt5645: Add platform-data for Medion E1239T Hans de Goede
2020-04-06 15:30 ` Pierre-Louis Bossart [this message]
2020-04-06 16:45 ` Applied "ASoC: rt5645: Add platform-data for Medion E1239T" 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=61d0231e-4dfb-0ebe-e255-437f28648387@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=flove@realtek.com \
    --cc=hdegoede@redhat.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=oder_chiou@realtek.com \
    --cc=shumingf@realtek.com \
    --cc=tiwai@suse.com \
    --cc=yang.jie@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).