Commit e7974816 authored by Alexandrov Stansilav's avatar Alexandrov Stansilav Committed by Mark Brown
Browse files

ASoC: Intel: Atom: Add HP Pavilion x2 10-p000 machine entry



Add machine entry for HP X2 Pavilion 10-p100.
This notebook contains rt5640 codec, but with ACPI ID "10EC3276".

Signed-off-by: default avatarAlexandrov Stansilav <neko@nya.ai>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 03200140
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -463,6 +463,8 @@ static struct sst_acpi_mach sst_acpi_chv[] = {
	/* some CHT-T platforms rely on RT5640, use Baytrail machine driver */
	{"10EC5640", "bytcr_rt5640", "intel/fw_sst_22a8.bin", "bytcr_rt5640", cht_quirk,
						&chv_platform_data },
	{"10EC3276", "bytcr_rt5640", "intel/fw_sst_22a8.bin", "bytcr_rt5640", NULL,
						&chv_platform_data },

	{},
};