[alsa-devel] [PATCH] ASoC: rt5645: Add dmi "Google Reks" for chrome

John Lin john.lin at realtek.com
Thu Oct 1 10:23:33 CEST 2015


> -----Original Message-----
> From: John Lin
> Sent: Monday, September 21, 2015 6:38 PM
> To: broonie at kernel.org; lgirdwood at gmail.com
> Cc: alsa-devel at alsa-project.org; Bard Liao; Flove; Oder Chiou;
> Keith.Tzeng at quantatw.com; John Lin
> Subject: [PATCH] ASoC: rt5645: Add dmi "Google Reks" for chrome
> 
> Signed-off-by: John Lin <john.lin at realtek.com>
> ---
>  sound/soc/codecs/rt5645.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
> index b0d96b6..84c5261 100644
> --- a/sound/soc/codecs/rt5645.c
> +++ b/sound/soc/codecs/rt5645.c
> @@ -3212,6 +3212,13 @@ static const struct dmi_system_id
> dmi_platform_intel_braswell[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
>  		},
>  	},
> +	{
> +		.ident = "Google Reks",
> +		.callback = strago_quirk_cb,
> +		.matches = {
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
> +		},
> +	},
>  	{ }
>  };
> 
> --
> 1.8.1.1.439.g50a6b54

Hi Mark,
Could you help to review this patch?
Is there any problem on this patch?
If yes, please kindly tell us. We will modify it according to your opinion, thanks.



More information about the Alsa-devel mailing list