Merge "asoc: Fix port collision interrupt in WSA"

This commit is contained in:
qctecmdr
2020-05-10 05:35:13 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 7 additions and 16 deletions

View File

@@ -1008,9 +1008,6 @@ static int wsa_macro_event_handler(struct snd_soc_component *component,
case BOLERO_MACRO_EVT_SSR_DOWN:
trace_printk("%s, enter SSR down\n", __func__);
if (wsa_priv->swr_ctrl_data) {
swrm_wcd_notify(
wsa_priv->swr_ctrl_data[0].wsa_swr_pdev,
SWR_DEVICE_DOWN, NULL);
swrm_wcd_notify(
wsa_priv->swr_ctrl_data[0].wsa_swr_pdev,
SWR_DEVICE_SSR_DOWN, NULL);