diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-25 15:08:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-25 15:08:01 +0200 |
commit | c073a58a7ec59145f8a0b87403d559645bfd9edb (patch) | |
tree | 769095ab7e460656d6d9169c113893efb7e557b6 /sound/soc/codecs/rt711.h | |
parent | Linux 5.13-rc7 (diff) | |
parent | ASoC: fsl_spdif: Fix unexpected interrupt after suspend (diff) | |
download | linux-c073a58a7ec59145f8a0b87403d559645bfd9edb.tar.xz linux-c073a58a7ec59145f8a0b87403d559645bfd9edb.zip |
Merge remote-tracking branch 'asoc/for-5.13' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/rt711.h')
-rw-r--r-- | sound/soc/codecs/rt711.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt711.h b/sound/soc/codecs/rt711.h index ca0f581feec7..2af467631435 100644 --- a/sound/soc/codecs/rt711.h +++ b/sound/soc/codecs/rt711.h @@ -25,6 +25,8 @@ struct rt711_priv { struct work_struct calibration_work; struct mutex calibrate_mutex; /* for headset calibration */ int jack_type, jd_src; + struct mutex disable_irq_lock; /* imp-def irq lock protection */ + bool disable_irq; }; struct sdw_stream_data { |