aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-12-15 09:26:20 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:02:25 +0100
commitca377fecdd822f9ef5b0a21586040e7d0e1d0c7a (patch)
tree57d3ec7999c865a5bb19de3e4ee0b285f226218c /drivers/input/touchscreen
parent[ALSA] emu10k1: Update registers defines for the Audigy 2/emu10k2.5 (diff)
downloadlinux-dev-ca377fecdd822f9ef5b0a21586040e7d0e1d0c7a.tar.xz
linux-dev-ca377fecdd822f9ef5b0a21586040e7d0e1d0c7a.zip
[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>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/ucb1400_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ucb1400_ts.c b/drivers/input/touchscreen/ucb1400_ts.c
index 4358a0a78eaa..c7db4032ef02 100644
--- a/drivers/input/touchscreen/ucb1400_ts.c
+++ b/drivers/input/touchscreen/ucb1400_ts.c
@@ -83,7 +83,7 @@
struct ucb1400 {
- ac97_t *ac97;
+ struct snd_ac97 *ac97;
struct input_dev *ts_idev;
int irq;