aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-23 19:17:08 +0100
committerMark Brown <broonie@linaro.org>2013-07-23 19:17:08 +0100
commit639f817fe85db7267ca70cbeab9205dcb5c2ee27 (patch)
treebfa55ce4279d6124a854565755118ba92e54c8b2 /sound
parentMerge remote-tracking branch 'asoc/fix/core' into asoc-linus (diff)
parentASoC: ep93xx: fix build of ep93xx-ac97.c (diff)
downloadlinux-dev-639f817fe85db7267ca70cbeab9205dcb5c2ee27.tar.xz
linux-dev-639f817fe85db7267ca70cbeab9205dcb5c2ee27.zip
Merge remote-tracking branch 'asoc/fix/ep93xx' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/cirrus/ep93xx-ac97.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/cirrus/ep93xx-ac97.c b/sound/soc/cirrus/ep93xx-ac97.c
index ac73c607410a..04491f0e8d1b 100644
--- a/sound/soc/cirrus/ep93xx-ac97.c
+++ b/sound/soc/cirrus/ep93xx-ac97.c
@@ -102,13 +102,13 @@ static struct ep93xx_ac97_info *ep93xx_ac97_info;
static struct ep93xx_dma_data ep93xx_ac97_pcm_out = {
.name = "ac97-pcm-out",
- .dma_port = EP93XX_DMA_AAC1,
+ .port = EP93XX_DMA_AAC1,
.direction = DMA_MEM_TO_DEV,
};
static struct ep93xx_dma_data ep93xx_ac97_pcm_in = {
.name = "ac97-pcm-in",
- .dma_port = EP93XX_DMA_AAC1,
+ .port = EP93XX_DMA_AAC1,
.direction = DMA_DEV_TO_MEM,
};