diff options
Diffstat (limited to 'sound/soc/ep93xx/ep93xx-ac97.c')
-rw-r--r-- | sound/soc/ep93xx/ep93xx-ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/ep93xx/ep93xx-ac97.c b/sound/soc/ep93xx/ep93xx-ac97.c index 104e95cda0ad..c7417c76552b 100644 --- a/sound/soc/ep93xx/ep93xx-ac97.c +++ b/sound/soc/ep93xx/ep93xx-ac97.c | |||
@@ -106,12 +106,12 @@ static struct ep93xx_ac97_info *ep93xx_ac97_info; | |||
106 | 106 | ||
107 | static struct ep93xx_pcm_dma_params ep93xx_ac97_pcm_out = { | 107 | static struct ep93xx_pcm_dma_params ep93xx_ac97_pcm_out = { |
108 | .name = "ac97-pcm-out", | 108 | .name = "ac97-pcm-out", |
109 | .dma_port = EP93XX_DMA_M2P_PORT_AAC1, | 109 | .dma_port = EP93XX_DMA_AAC1, |
110 | }; | 110 | }; |
111 | 111 | ||
112 | static struct ep93xx_pcm_dma_params ep93xx_ac97_pcm_in = { | 112 | static struct ep93xx_pcm_dma_params ep93xx_ac97_pcm_in = { |
113 | .name = "ac97-pcm-in", | 113 | .name = "ac97-pcm-in", |
114 | .dma_port = EP93XX_DMA_M2P_PORT_AAC1, | 114 | .dma_port = EP93XX_DMA_AAC1, |
115 | }; | 115 | }; |
116 | 116 | ||
117 | static inline unsigned ep93xx_ac97_read_reg(struct ep93xx_ac97_info *info, | 117 | static inline unsigned ep93xx_ac97_read_reg(struct ep93xx_ac97_info *info, |