diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-04-03 11:06:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-03 18:13:34 +0100 |
commit | 3489d5067a2cd8c51a2649b2f39bfb5b11852b8d (patch) | |
tree | f8dc9541af71beb7c9ed0f2eec97bc90152489f2 /sound/soc/tegra/tegra20_spdif.h | |
parent | 09ae3aaf3cd28422d76b7b78d9491b17330b276a (diff) | |
download | blackbird-op-linux-3489d5067a2cd8c51a2649b2f39bfb5b11852b8d.tar.gz blackbird-op-linux-3489d5067a2cd8c51a2649b2f39bfb5b11852b8d.zip |
ASoC: tegra: Use common DAI DMA data struct
Use the common DAI DMA data struct for tegra, this allows us to use the common
helper function to configure the DMA slave config based on the DAI DMA data.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra20_spdif.h')
-rw-r--r-- | sound/soc/tegra/tegra20_spdif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.h b/sound/soc/tegra/tegra20_spdif.h index b48d699fd583..85a9aefcc287 100644 --- a/sound/soc/tegra/tegra20_spdif.h +++ b/sound/soc/tegra/tegra20_spdif.h @@ -462,8 +462,8 @@ struct tegra20_spdif { struct clk *clk_spdif_out; - struct tegra_pcm_dma_params capture_dma_data; - struct tegra_pcm_dma_params playback_dma_data; + struct snd_dmaengine_dai_dma_data capture_dma_data; + struct snd_dmaengine_dai_dma_data playback_dma_data; struct regmap *regmap; }; |