asoc: codec: Add surge reset routine for wcd939x
Enable wcd939x surge reset routine. Add callback for the event within mbhc and enable it for wcd939x. Change-Id: Iabc8c3367ae2eca5982db4526c6860e5eba63b76 Signed-off-by: Eric Rosas <quic_erosas@quicinc.com>
This commit is contained in:
@@ -530,6 +530,7 @@ struct wcd_mbhc_cb {
|
||||
bool (*mbhc_get_moisture_status)(struct wcd_mbhc *mbhc);
|
||||
void (*mbhc_moisture_polling_ctrl)(struct wcd_mbhc *mbhc, bool enable);
|
||||
void (*mbhc_moisture_detect_en)(struct wcd_mbhc *mbhc, bool enable);
|
||||
void (*surge_reset_routine)(struct wcd_mbhc *mbhc);
|
||||
};
|
||||
|
||||
struct wcd_mbhc_fn {
|
||||
|
Reference in New Issue
Block a user