diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-22 19:55:59 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-22 19:55:59 +0000 |
commit | 3701d2cb87671c227f1aa59226c9a01e9f01c2ea (patch) | |
tree | cca0c16dc41333e3cdd92083011a3930ec0a7801 /sound/soc/intel/boards | |
parent | af42d3466bdc8f39806b26f593604fdc54140bcb (diff) | |
parent | ef8e14794308a428b194f8b06ad9ae06b43466e4 (diff) | |
download | talos-op-linux-3701d2cb87671c227f1aa59226c9a01e9f01c2ea.tar.gz talos-op-linux-3701d2cb87671c227f1aa59226c9a01e9f01c2ea.zip |
Merge branch 'asoc-5.4' into asoc-linus
Diffstat (limited to 'sound/soc/intel/boards')
-rw-r--r-- | sound/soc/intel/boards/bytcr_rt5640.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c index 9c1aa4ec9cba..dd2b5ad08659 100644 --- a/sound/soc/intel/boards/bytcr_rt5640.c +++ b/sound/soc/intel/boards/bytcr_rt5640.c @@ -405,10 +405,12 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), DMI_MATCH(DMI_PRODUCT_NAME, "Aspire SW5-012"), }, - .driver_data = (void *)(BYT_RT5640_IN1_MAP | - BYT_RT5640_MCLK_EN | - BYT_RT5640_SSP0_AIF1), - + .driver_data = (void *)(BYT_RT5640_DMIC1_MAP | + BYT_RT5640_JD_SRC_JD2_IN4N | + BYT_RT5640_OVCD_TH_2000UA | + BYT_RT5640_OVCD_SF_0P75 | + BYT_RT5640_SSP0_AIF1 | + BYT_RT5640_MCLK_EN), }, { .matches = { |