Merge "asoc: codecs: update wcd9360 interrupt table size"

这个提交包含在:
Linux Build Service Account
2018-03-21 01:40:50 -07:00
提交者 Gerrit - the friendly Code Review server
当前提交 d4ba1285d1

查看文件

@@ -518,7 +518,7 @@ version_unknown:
wcd_type->slim_slave_type = WCD9XXX_SLIM_SLAVE_ADDR_TYPE_1;
wcd_type->i2c_chip_status = 0x01;
wcd_type->intr_tbl = wcd9360_intr_table;
wcd_type->intr_tbl_size = ARRAY_SIZE(wcd934x_intr_table);
wcd_type->intr_tbl_size = ARRAY_SIZE(wcd9360_intr_table);
wcd_type->intr_reg[WCD9XXX_INTR_STATUS_BASE] =
WCD9360_INTR_PIN1_STATUS0;