ASoC: tegra: Use flat regcache
[deliverable/linux.git] / sound / soc / tegra / tegra20_das.c
index e72392927bd2ba3b7ca192e4ff75dde96b2488bd..a634f13b3ffc51456ea174c885196fe3dd26f3f2 100644 (file)
@@ -128,7 +128,7 @@ static const struct regmap_config tegra20_das_regmap_config = {
        .max_register = LAST_REG(DAC_INPUT_DATA_CLK_SEL),
        .writeable_reg = tegra20_das_wr_rd_reg,
        .readable_reg = tegra20_das_wr_rd_reg,
-       .cache_type = REGCACHE_RBTREE,
+       .cache_type = REGCACHE_FLAT,
 };
 
 static int tegra20_das_probe(struct platform_device *pdev)
This page took 0.037339 seconds and 5 git commands to generate.