[alsa-devel] [PATCH v2 1/2] ASoC: rt5645: Add support for Surface 3 tablet

Takashi Iwai tiwai at suse.de
Tue Jul 5 08:41:03 CEST 2016


On Mon, 04 Jul 2016 18:53:47 +0200,
Stephen Just wrote:
> 
> * Add a dmi match for Surface 3
> * Add ACPI match "10EC5640"
> 
> The Surface 3 tablet identifies the codec in ACPI as
> 10EC5640, but other devices use this identifier to match
> the rt5640 codec. However, the probe code for each driver
> will filter out mismatches.
> 
> Cc: Mark Brown <broonie at kernel.org>
> Cc: Vinod Koul <vinod.koul at intel.com>
> Signed-off-by: Stephen Just <stephenjust at gmail.com>
> ---
>  sound/soc/codecs/rt5645.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> v1 -> v2: No change
> 
> diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
> index 3c6594d..761ca88 100644
> --- a/sound/soc/codecs/rt5645.c
> +++ b/sound/soc/codecs/rt5645.c
> @@ -3531,6 +3531,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
>  static const struct acpi_device_id rt5645_acpi_match[] = {
>  	{ "10EC5645", 0 },
>  	{ "10EC5650", 0 },
> +	{ "10EC5640", 0 },

Better to put in the right order.


Takashi


More information about the Alsa-devel mailing list