Merge "asoc: wsa883x: remove default value setting for WSA883X_OVERRIDE2"

This commit is contained in:
qctecmdr
2020-08-24 20:25:19 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -121,7 +121,6 @@ static const struct wsa_reg_mask_val reg_init[] = {
{WSA883X_DRE_CTL_1, 0x3E, 0x20},
{WSA883X_CKWD_CTL_1, 0x1F, 0x1B},
{WSA883X_GMAMP_SUP1, 0x60, 0x60},
{WSA883X_OVERRIDE2, 0x02, 0x02},
};
static int wsa883x_handle_post_irq(void *data);