diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-22 07:57:54 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-22 07:57:54 +0100 |
commit | cb3b04debbb70de7b266f75777ac2b9ff567c460 (patch) | |
tree | cebcd5b7d4213d246ea7b667408428799e69fcba /sound/arm/aaci.h | |
parent | ee7c343c0134bf126b4235e65c407711b77174da (diff) | |
parent | db8cf334f66bdf1ba2b3d2f7128095fc9b7a6e2b (diff) |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/arm/aaci.h')
-rw-r--r-- | sound/arm/aaci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index 924f69c1c44..6a4a2eebdda 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h @@ -202,6 +202,7 @@ struct aaci_runtime { void __iomem *base; void __iomem *fifo; + spinlock_t lock; struct ac97_pcm *pcm; int pcm_open; @@ -232,7 +233,6 @@ struct aaci { struct snd_ac97 *ac97; u32 maincr; - spinlock_t lock; struct aaci_runtime playback; struct aaci_runtime capture; |