![](https://secure.gravatar.com/avatar/f7c439d679cc375711d571949d125a5c.jpg?s=120&d=mm&r=g)
21 Nov
2007
21 Nov
'07
10:29 p.m.
On Wed, Nov 21, 2007 at 11:01:54AM +0100, Takashi Iwai wrote:
+#ifdef CONFIG_SND_USB_CAIAQ_INPUT +#include <linux/input.h> +#endif
Do you really need ifdef here?
No, I agree. Also removed that from other places.
The put callback is supposed to return 1 if a value is changed. It's no strict requirement, so far, but if this still doesn't follow put a comment like FIXME.
Changed.
+/*
- 0
- 1 << 1
- 1 << 0 | 1 << 1
- 1 << 0 | 1 << 1 | 1 << 2
- 1 << 0
- 0
- */
What's this? :)
I developement left-over - I'm still not yet used to git-update-index ;)
New version attached.
Greets, Daniel