diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-10-07 10:25:37 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 12:22:09 +0100 |
commit | cd6e82b814ca73c474b1a2fa48a54b251da44655 (patch) | |
tree | 3455bbfb5061a214856e7f03df92d2417eb7d0e9 /sound/soc/codecs/rt5645.h | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-cd6e82b814ca73c474b1a2fa48a54b251da44655.tar.gz linux-cd6e82b814ca73c474b1a2fa48a54b251da44655.tar.bz2 linux-cd6e82b814ca73c474b1a2fa48a54b251da44655.zip |
ASoC: rt5645: Add the workqueue of the jack detect function for the debouncing
Add the workqueue of the jack detect function for the debouncing.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.h')
-rw-r--r-- | sound/soc/codecs/rt5645.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h index 50c62c5668ea..5ec2520614d2 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h @@ -2168,6 +2168,7 @@ struct rt5645_priv { struct regmap *regmap; struct i2c_client *i2c; struct snd_soc_jack *jack; + struct delayed_work jack_detect_work; int sysclk; int sysclk_src; |