diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-11-18 18:57:41 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-11-18 18:57:41 +0100 |
commit | 547a4a6a96d059d57a475e1ab51058a1f230f7fd (patch) | |
tree | a2d1aea905872bf49ec5f0b566a78f140c9f7b64 /sound/soc/codecs/rt5682.h | |
parent | ALSA: hda/realtek: Fix LED on HP ProBook 435 G7 (diff) | |
parent | ASoC: stm32: i2s: fix 32 bits channel length without mclk (diff) | |
download | linux-547a4a6a96d059d57a475e1ab51058a1f230f7fd.tar.xz linux-547a4a6a96d059d57a475e1ab51058a1f230f7fd.zip |
Merge tag 'asoc-fix-v5.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.16
A relatively large collection of fixes that came in since the merge
window, though a lot of this is just a collection of new machine quirks
for x86 platforms.
Diffstat (limited to 'sound/soc/codecs/rt5682.h')
-rw-r--r-- | sound/soc/codecs/rt5682.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5682.h b/sound/soc/codecs/rt5682.h index d93829c35585..c917c76200ea 100644 --- a/sound/soc/codecs/rt5682.h +++ b/sound/soc/codecs/rt5682.h @@ -1463,6 +1463,7 @@ struct rt5682_priv { int jack_type; int irq_work_delay_time; + struct mutex jdet_mutex; }; extern const char *rt5682_supply_names[RT5682_NUM_SUPPLIES]; |