Merge "asoc: codec: Add pre ssr up event for all macros"

This commit is contained in:
qctecmdr
2020-06-01 10:27:01 -07:00
committed by Gerrit - the friendly Code Review server
7 changed files with 55 additions and 22 deletions

View File

@@ -411,6 +411,9 @@ static int tx_macro_event_handler(struct snd_soc_component *component,
else
tx_priv->hs_slow_insert_complete = false;
break;
default:
pr_debug("%s Invalid Event\n", __func__);
break;
}
return 0;
}