ASoC: sdxlemur: Add support for new target compilation

Add support for sdxlemur

Change-Id: I2338fd4df56e4f2c9f0c5f233e7e41aba4f37045
Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
这个提交包含在:
Asish Bhattacharya
2020-08-24 17:56:11 +05:30
父节点 9cfb9c3ed5
当前提交 a9e1270b31
修改 23 个文件,包含 1428 行新增21 行删除

查看文件

@@ -63,13 +63,16 @@ static struct regmap_config wcd9xxx_base_regmap_config = {
.reg_bits = 16,
.val_bits = 8,
.can_multi_write = true,
.use_single_read = true,
.use_single_write = true,
};
static struct regmap_config wcd9xxx_i2c_base_regmap_config = {
.reg_bits = 16,
.val_bits = 8,
.can_multi_write = false,
.use_single_rw = true,
.use_single_read = true,
.use_single_write = true,
};
static u8 wcd9xxx_pgd_la;