aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/arm/aaci.h')
-rw-r--r--sound/arm/aaci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h
index 6a4a2eebdda1..04c4568413f4 100644
--- a/sound/arm/aaci.h
+++ b/sound/arm/aaci.h
@@ -226,6 +226,8 @@ struct aaci {
226 struct snd_card *card; 226 struct snd_card *card;
227 void __iomem *base; 227 void __iomem *base;
228 unsigned int fifosize; 228 unsigned int fifosize;
229 unsigned int users;
230 struct mutex irq_lock;
229 231
230 /* AC'97 */ 232 /* AC'97 */
231 struct mutex ac97_sem; 233 struct mutex ac97_sem;