[PATCH] ASoC: Intel: soc-acpi-byt: Add new WM5102 ACPI HID

Cezary Rojewski cezary.rojewski at intel.com
Wed Feb 23 15:07:58 CET 2022


On 2022-02-23 2:52 PM, Hans de Goede wrote:
> The Lenovo Yoga Tablet 2 1050F/L tablets use an ACPI HID of "10WM5102"
> for their wm5102 codec, add this to the list of HIDs for the wm5102 codec.


Thanks for helping maintain BYT-based solutions, much appreciated.

Reviewed-by: Cezary Rojewski <cezary.rojewski at intel.com>

> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
>   sound/soc/intel/common/soc-acpi-intel-byt-match.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/common/soc-acpi-intel-byt-match.c b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> index 142000991813..c532529a3856 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-byt-match.c
> @@ -127,7 +127,7 @@ static const struct snd_soc_acpi_codecs rt5640_comp_ids = {
>   
>   static const struct snd_soc_acpi_codecs wm5102_comp_ids = {
>   	.num_codecs = 2,
> -	.codecs = { "WM510204", "WM510205"},
> +	.codecs = { "10WM5102", "WM510204", "WM510205"},
>   };
>   
>   static const struct snd_soc_acpi_codecs da7213_comp_ids = {


More information about the Alsa-devel mailing list