ASoC: tegra: Use flat regcache
[deliverable/linux.git] / sound / soc / tegra / tegra20_i2s.c
index 42c1f6bfaf2e5bb2a4f2df89269be672b26e377c..79a9932ffe6ed49b2a99ba4b66c5b205b9877da4 100644 (file)
@@ -333,7 +333,7 @@ static const struct regmap_config tegra20_i2s_regmap_config = {
        .readable_reg = tegra20_i2s_wr_rd_reg,
        .volatile_reg = tegra20_i2s_volatile_reg,
        .precious_reg = tegra20_i2s_precious_reg,
-       .cache_type = REGCACHE_RBTREE,
+       .cache_type = REGCACHE_FLAT,
 };
 
 static int tegra20_i2s_platform_probe(struct platform_device *pdev)
This page took 0.025207 seconds and 5 git commands to generate.