diff options
Diffstat (limited to 'sound/soc/tegra/tegra_i2s.h')
-rw-r--r-- | sound/soc/tegra/tegra_i2s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_i2s.h b/sound/soc/tegra/tegra_i2s.h index 2b38a096f46..15ce1e2e8bd 100644 --- a/sound/soc/tegra/tegra_i2s.h +++ b/sound/soc/tegra/tegra_i2s.h | |||
@@ -153,6 +153,7 @@ | |||
153 | #define TEGRA_I2S_FIFO_SCR_FIFO1_ATN_LVL_TWELVE_SLOTS (TEGRA_I2S_FIFO_ATN_LVL_TWELVE_SLOTS << TEGRA_I2S_FIFO_SCR_FIFO1_ATN_LVL_SHIFT) | 153 | #define TEGRA_I2S_FIFO_SCR_FIFO1_ATN_LVL_TWELVE_SLOTS (TEGRA_I2S_FIFO_ATN_LVL_TWELVE_SLOTS << TEGRA_I2S_FIFO_SCR_FIFO1_ATN_LVL_SHIFT) |
154 | 154 | ||
155 | struct tegra_i2s { | 155 | struct tegra_i2s { |
156 | struct snd_soc_dai_driver dai; | ||
156 | struct clk *clk_i2s; | 157 | struct clk *clk_i2s; |
157 | int clk_refs; | 158 | int clk_refs; |
158 | struct tegra_pcm_dma_params capture_dma_data; | 159 | struct tegra_pcm_dma_params capture_dma_data; |