summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/bytcr_rt5640.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-03-30 00:14:00 +0100
committerMark Brown <broonie@kernel.org>2023-03-30 00:14:00 +0100
commit461b56f26119b9fc47a83113a59c05be05e4c6fa (patch)
tree662dd2bdb57ec2d719f4e169f80ebd797b2ae394 /sound/soc/intel/boards/bytcr_rt5640.c
parentf769fcefa683e150456555e2a280668509d834df (diff)
parente3720f92e0237921da537e47a0b24e27899203f8 (diff)
downloadlinux-stable-461b56f26119b9fc47a83113a59c05be05e4c6fa.tar.gz
linux-stable-461b56f26119b9fc47a83113a59c05be05e4c6fa.tar.bz2
linux-stable-461b56f26119b9fc47a83113a59c05be05e4c6fa.zip
ASoC: Merge fixes
So they can be used as a basis for new work.
Diffstat (limited to 'sound/soc/intel/boards/bytcr_rt5640.c')
-rw-r--r--sound/soc/intel/boards/bytcr_rt5640.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c
index 789609eb0884..630784b6cb6d 100644
--- a/sound/soc/intel/boards/bytcr_rt5640.c
+++ b/sound/soc/intel/boards/bytcr_rt5640.c
@@ -533,6 +533,18 @@ static int byt_rt5640_aif1_hw_params(struct snd_pcm_substream *substream,
/* Please keep this list alphabetically sorted */
static const struct dmi_system_id byt_rt5640_quirk_table[] = {
+ { /* Acer Iconia One 7 B1-750 */
+ .matches = {
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Insyde"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "VESPA2"),
+ },
+ .driver_data = (void *)(BYT_RT5640_DMIC1_MAP |
+ BYT_RT5640_JD_SRC_JD1_IN4P |
+ BYT_RT5640_OVCD_TH_1500UA |
+ BYT_RT5640_OVCD_SF_0P75 |
+ BYT_RT5640_SSP0_AIF1 |
+ BYT_RT5640_MCLK_EN),
+ },
{ /* Acer Iconia Tab 8 W1-810 */
.matches = {
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),