diff options
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.h')
-rw-r--r-- | sound/soc/tegra/tegra30_i2s.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.h b/sound/soc/tegra/tegra30_i2s.h index 10fadc86ab29..a0baaf7434aa 100644 --- a/sound/soc/tegra/tegra30_i2s.h +++ b/sound/soc/tegra/tegra30_i2s.h @@ -271,7 +271,7 @@ struct tegra30_i2s { bool is_dam_used; #ifdef CONFIG_PM #ifdef CONFIG_ARCH_TEGRA_3x_SOC - u32 reg_cache[(TEGRA30_I2S_CIF_TX_CTRL >> 2) + 1]; + u32 reg_cache[(TEGRA30_I2S_LCOEF_2_4_2 >> 2) + 1]; #else u32 reg_cache[(TEGRA30_I2S_SLOT_CTRL2 >> 2) + 1]; #endif |