summaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500/ux500_msp_dai.h
diff options
context:
space:
mode:
authorFabio Baltieri <fabio.baltieri@linaro.org>2013-06-12 09:57:57 +0200
committerMark Brown <broonie@linaro.org>2013-06-12 17:01:42 +0100
commitf3fe53dd975306903be3616c87865a87a52fb20e (patch)
tree5e37ab3cf44641cee68f45e06686a8a340db94b6 /sound/soc/ux500/ux500_msp_dai.h
parenta130243b96622e16af7c1ac7ba903b4cec7aa81b (diff)
downloadlinux-f3fe53dd975306903be3616c87865a87a52fb20e.tar.bz2
ASoC: ux500: Move DMA parameters into ux500_msp
Move struct ux500_msp_dma_params declaration from ux500_msp_i2s_drvdata to ux500_msp, this saves some confusing pointer passing and allows to access all DMA configuration fields from ux500_msp_i2s. Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/ux500/ux500_msp_dai.h')
-rw-r--r--sound/soc/ux500/ux500_msp_dai.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.h b/sound/soc/ux500/ux500_msp_dai.h
index c7212825fe4c..312ae535e351 100644
--- a/sound/soc/ux500/ux500_msp_dai.h
+++ b/sound/soc/ux500/ux500_msp_dai.h
@@ -51,8 +51,6 @@ enum ux500_msp_clock_id {
struct ux500_msp_i2s_drvdata {
struct ux500_msp *msp;
struct regulator *reg_vape;
- struct ux500_msp_dma_params playback_dma_data;
- struct ux500_msp_dma_params capture_dma_data;
unsigned int fmt;
unsigned int tx_mask;
unsigned int rx_mask;