diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-03-18 14:12:11 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-03-18 14:12:11 +0100 |
commit | f4df9ee6d7f329d32d756e54f78c084c7e509b24 (patch) | |
tree | 5a89fe8d7e218989f4bf10eeff1409dc38985ac2 /sound/soc/intel/boards/bytcr_rt5640.c | |
parent | 53b861bec737c189cc14ec3b5785d0f13445ac0f (diff) | |
parent | f9dc51cc6676e0360dfcb1836b3d426a3ccf3093 (diff) |
Merge tag 'asoc-fix-v5.12-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.12
Quite a lot of mostly platform specific fixes here, the only one which
is generic is a fix for regressions on devices with more complex
clocking support with simple-card. There's also a few new device IDs
and platform quirks.
Diffstat (limited to 'sound/soc/intel/boards/bytcr_rt5640.c')
-rw-r--r-- | sound/soc/intel/boards/bytcr_rt5640.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c index 782f2b4d72ad..5d48cc359c3d 100644 --- a/sound/soc/intel/boards/bytcr_rt5640.c +++ b/sound/soc/intel/boards/bytcr_rt5640.c @@ -581,7 +581,7 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = { }, .driver_data = (void *)(BYT_RT5640_DMIC1_MAP | BYT_RT5640_JD_SRC_JD1_IN4P | - BYT_RT5640_OVCD_TH_1500UA | + BYT_RT5640_OVCD_TH_2000UA | BYT_RT5640_OVCD_SF_0P75 | BYT_RT5640_MCLK_EN), }, |