diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-08 15:39:49 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-08 14:26:26 +0200 |
commit | 73a33f6f6d44db203d0324b67ffed1d86d4c1c9a (patch) | |
tree | ff447237d7c1637edf01abe220c194ed05d04fad /sound/soc/intel/common | |
parent | 91c1832579700891747820862633f9a8d0d81fa4 (diff) | |
download | blackbird-op-linux-73a33f6f6d44db203d0324b67ffed1d86d4c1c9a.tar.gz blackbird-op-linux-73a33f6f6d44db203d0324b67ffed1d86d4c1c9a.zip |
ASoC: Intel: Atom: Add quirk for Surface 3
Surface 3 is CHT based device which shows up with RT5645 codec. But the
BIOS reports ACPI ID as 5640!
To solve this, add a DMI overide for cht-5640 machine.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=98001
Signed-off-by: Sachin Mokashi <sachinx.mokashi@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common')
-rw-r--r-- | sound/soc/intel/common/sst-acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/sst-acpi.h b/sound/soc/intel/common/sst-acpi.h index b02f12900b93..5d2949324d0e 100644 --- a/sound/soc/intel/common/sst-acpi.h +++ b/sound/soc/intel/common/sst-acpi.h @@ -40,6 +40,6 @@ struct sst_acpi_mach { /* board name */ const char *board; - void (*machine_quirk)(void); + struct sst_acpi_mach * (*machine_quirk)(void *arg); void *pdata; }; |