diff options
Diffstat (limited to 'sound/arm/aaci.h')
-rw-r--r-- | sound/arm/aaci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index 198750d6871d..5791bd5bd2ab 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h | |||
@@ -219,14 +219,14 @@ struct aaci_runtime { | |||
219 | void *end; | 219 | void *end; |
220 | void *ptr; | 220 | void *ptr; |
221 | int bytes; | 221 | int bytes; |
222 | unsigned int fifosz; | 222 | unsigned int fifo_bytes; |
223 | }; | 223 | }; |
224 | 224 | ||
225 | struct aaci { | 225 | struct aaci { |
226 | struct amba_device *dev; | 226 | struct amba_device *dev; |
227 | struct snd_card *card; | 227 | struct snd_card *card; |
228 | void __iomem *base; | 228 | void __iomem *base; |
229 | unsigned int fifosize; | 229 | unsigned int fifo_depth; |
230 | unsigned int users; | 230 | unsigned int users; |
231 | struct mutex irq_lock; | 231 | struct mutex irq_lock; |
232 | 232 | ||