This patch fixes a build error (introduced by me) in ac97_patch.c wrt
WM9705 touchscreen.
Changes:-
o Removed spurious '3D' from character after |= operation (0x3D is
ASCII for '=')
Signed-off-by: Liam Girdwood <liam.girdwood@xxxxxxxxxxxxxxxx>
diff -r 232a221b7103 pci/ac97/ac97_patch.c
--- a/pci/ac97/ac97_patch.c Thu Aug 31 17:03:43 2006 +0200
+++ b/pci/ac97/ac97_patch.c Thu Sep 07 16:46:20 2006 +0100
@@ -481,7 +481,7 @@ int patch_wolfson05(struct snd_ac97 * ac
ac97->build_ops = &patch_wolfson_wm9705_ops;
#ifdef CONFIG_TOUCHSCREEN_WM9705
/* WM9705 touchscreen uses AUX and VIDEO for touch */
- ac97->flags |=3D AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX;
+ ac97->flags |= AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX;
#endif
return 0;
}
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel