summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5682.h
diff options
context:
space:
mode:
authorShuming Fan <shumingf@realtek.com>2021-03-09 16:58:27 +0800
committerMark Brown <broonie@kernel.org>2021-03-10 13:14:34 +0000
commit542712826f8d3b0a72e66d7feec2dedba5dfa297 (patch)
tree214276928c629086368b1fe43e9f29c736509f78 /sound/soc/codecs/rt5682.h
parentd59cfc6544dc19a1d1c1e47d95dd2150da3daf56 (diff)
downloadlinux-542712826f8d3b0a72e66d7feec2dedba5dfa297.tar.bz2
ASoC: rt5682: add delay time of workqueue to control next IRQ event
This patch keeps the delay time (50 ms) for jack detection and zero delay time for the button press. This patch improves the reaction of the button press. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://lore.kernel.org/r/20210309085827.32032-1-shumingf@realtek.com Tested-by Curtis Malainey <cujomalainey@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5682.h')
-rw-r--r--sound/soc/codecs/rt5682.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5682.h b/sound/soc/codecs/rt5682.h
index 1f9c51a5b9bf..74ff66767016 100644
--- a/sound/soc/codecs/rt5682.h
+++ b/sound/soc/codecs/rt5682.h
@@ -1439,6 +1439,7 @@ struct rt5682_priv {
int pll_out[RT5682_PLLS];
int jack_type;
+ int irq_work_delay_time;
};
extern const char *rt5682_supply_names[RT5682_NUM_SUPPLIES];