Loading sound/soc/codecs/wcd9320.c +4 −1 Original line number Diff line number Diff line Loading @@ -7068,7 +7068,10 @@ static int taiko_post_reset_cb(struct wcd9xxx *wcd9xxx) else taiko_hs_detect(codec, taiko->mbhc.mbhc_cfg); } taiko->machine_codec_event_cb(codec, WCD9XXX_CODEC_EVENT_CODEC_UP); if (taiko->machine_codec_event_cb) taiko->machine_codec_event_cb(codec, WCD9XXX_CODEC_EVENT_CODEC_UP); taiko_cleanup_irqs(taiko); ret = taiko_setup_irqs(taiko); Loading Loading
sound/soc/codecs/wcd9320.c +4 −1 Original line number Diff line number Diff line Loading @@ -7068,7 +7068,10 @@ static int taiko_post_reset_cb(struct wcd9xxx *wcd9xxx) else taiko_hs_detect(codec, taiko->mbhc.mbhc_cfg); } taiko->machine_codec_event_cb(codec, WCD9XXX_CODEC_EVENT_CODEC_UP); if (taiko->machine_codec_event_cb) taiko->machine_codec_event_cb(codec, WCD9XXX_CODEC_EVENT_CODEC_UP); taiko_cleanup_irqs(taiko); ret = taiko_setup_irqs(taiko); Loading