aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-08 15:39:49 +0530
committerMark Brown <broonie@kernel.org>2016-07-08 14:26:26 +0200
commit73a33f6f6d44db203d0324b67ffed1d86d4c1c9a (patch)
treeff447237d7c1637edf01abe220c194ed05d04fad /sound/soc/intel/common
parentASoC: Intel: Skylake: Increase loglevel of debug messages. (diff)
downloadlinux-dev-73a33f6f6d44db203d0324b67ffed1d86d4c1c9a.tar.xz
linux-dev-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.h2
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;
};