aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/rt700.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/rt700.h')
-rw-r--r--sound/soc/codecs/rt700.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sound/soc/codecs/rt700.h b/sound/soc/codecs/rt700.h
index 794ee2e29051..491774d207de 100644
--- a/sound/soc/codecs/rt700.h
+++ b/sound/soc/codecs/rt700.h
@@ -15,7 +15,6 @@ struct rt700_priv {
struct regmap *regmap;
struct regmap *sdw_regmap;
struct sdw_slave *slave;
- enum sdw_slave_status status;
struct sdw_bus_params params;
bool hw_init;
bool first_hw_init;
@@ -23,10 +22,8 @@ struct rt700_priv {
struct delayed_work jack_detect_work;
struct delayed_work jack_btn_check_work;
int jack_type;
-};
-
-struct sdw_stream_data {
- struct sdw_stream_runtime *sdw_stream;
+ struct mutex disable_irq_lock; /* imp-def irq lock protection */
+ bool disable_irq;
};
/* NID */