diff options
Diffstat (limited to 'sound/arm/aaci.h')
| -rw-r--r-- | sound/arm/aaci.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index d752e6426894..b2f969bc7845 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h | |||
| @@ -200,8 +200,8 @@ | |||
| 200 | 200 | ||
| 201 | 201 | ||
| 202 | struct aaci_runtime { | 202 | struct aaci_runtime { |
| 203 | void *base; | 203 | void __iomem *base; |
| 204 | void *fifo; | 204 | void __iomem *fifo; |
| 205 | 205 | ||
| 206 | struct ac97_pcm *pcm; | 206 | struct ac97_pcm *pcm; |
| 207 | int pcm_open; | 207 | int pcm_open; |
| @@ -223,7 +223,7 @@ struct aaci_runtime { | |||
| 223 | struct aaci { | 223 | struct aaci { |
| 224 | struct amba_device *dev; | 224 | struct amba_device *dev; |
| 225 | snd_card_t *card; | 225 | snd_card_t *card; |
| 226 | void *base; | 226 | void __iomem *base; |
| 227 | unsigned int fifosize; | 227 | unsigned int fifosize; |
| 228 | 228 | ||
| 229 | /* AC'97 */ | 229 | /* AC'97 */ |
