Explorar o código

[ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)

From: Andrew Morton <akpm@osdl.org>
Cc: Takashi Iwai <tiwai@suse.de>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Andrew Morton %!s(int64=18) %!d(string=hai) anos
pai
achega
ca377fecdd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/input/touchscreen/ucb1400_ts.c

+ 1 - 1
drivers/input/touchscreen/ucb1400_ts.c

@@ -83,7 +83,7 @@
 
 
 
 
 struct ucb1400 {
 struct ucb1400 {
-	ac97_t			*ac97;
+	struct snd_ac97		*ac97;
 	struct input_dev	*ts_idev;
 	struct input_dev	*ts_idev;
 
 
 	int			irq;
 	int			irq;