projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb7d8f
)
[ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)
author
Andrew Morton
<akpm@osdl.org>
Fri, 15 Dec 2006 08:26:20 +0000
(09:26 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 9 Feb 2007 08:02:25 +0000
(09:02 +0100)
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>
drivers/input/touchscreen/ucb1400_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ucb1400_ts.c
b/drivers/input/touchscreen/ucb1400_ts.c
index
4358a0a
..
c7db403
100644
(file)
--- 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;