Merge "ASoC: wcd934x: fix default value for FLL threshold"

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

View file

@ -8039,6 +8039,7 @@ static const struct tavil_reg_mask_val tavil_codec_reg_defaults[] = {
{WCD934X_HPH_OCP_CTL, 0xFF, 0x3A}, /* OCP current limit */
{WCD934X_HPH_L_TEST, 0x01, 0x01},
{WCD934X_HPH_R_TEST, 0x01, 0x01},
{WCD934X_CPE_FLL_CONFIG_CTL_2, 0xFF, 0x20},
};
static const struct tavil_reg_mask_val tavil_codec_reg_init_1_1_val[] = {