commit | a5f65029ad5c5262ee3aff5165698e431415cf7c | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Thu Dec 07 08:26:27 2006 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Feb 09 09:02:22 2007 +0100 |
tree | b582683bc1e63cc2ccc01c32d1f2afd9402c3304 | |
parent | c17d6fd90a336d2b971dc9f51338f9540479b263 [diff] |
[ALSA] arm header fix Cc: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
diff --git a/sound/arm/aaci.h b/sound/arm/aaci.h index 0629519..9175ff9 100644 --- a/sound/arm/aaci.h +++ b/sound/arm/aaci.h
@@ -228,7 +228,7 @@ /* AC'97 */ struct mutex ac97_sem; - ac97_bus_t *ac97_bus; + struct snd_ac97_bus *ac97_bus; u32 maincr; spinlock_t lock;