Merge "ASoC: wcd934x: Restore CPR defaults after SSR"

This commit is contained in:
Linux Build Service Account 2016-10-31 13:04:27 -07:00 committed by Gerrit - the friendly Code Review server
commit f00ef44094

View file

@ -8677,6 +8677,8 @@ static int tavil_post_reset_cb(struct wcd9xxx *wcd9xxx)
regcache_sync(codec->component.regmap);
__tavil_cdc_mclk_enable(tavil, false);
tavil_update_cpr_defaults(tavil);
pdata = dev_get_platdata(codec->dev->parent);
ret = tavil_handle_pdata(tavil, pdata);
if (IS_ERR_VALUE(ret))