summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap
AgeCommit message (Expand)Author
2011-02-04stagine/easycap: make easyoss_fops staticTomas Winkler
2011-02-04staging/easycap: kill declaration of not existing variablesTomas Winkler
2011-02-04staging/easycap: don't shadow rc variable from macrosTomas Winkler
2011-02-04staging/easycap: replace underscored types with regular onceTomas Winkler
2011-02-04staging/easycap: rename variable s16 to tmpTomas Winkler
2011-02-04staging/easycap: rename variable u8 to tmpTomas Winkler
2011-02-04staging/easycap: rename variable s32 to tmpTomas Winkler
2011-02-04staging/easycap: remove explicit NULL initializationTomas Winkler
2011-02-04staging/easycap: improve coding style when checking return valueTomas Winkler
2011-02-04staging/easycap: fix artificial line breaksTomas Winkler
2011-02-04staging/easycap: repace #if defined with simpler #ifdefTomas Winkler
2011-02-04staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler
2011-02-04staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler
2011-02-04staging/easycap: don't cast NULL pointerTomas Winkler
2011-01-25staging/easycap: make ALSA ops function static in sound.cTomas Winkler
2011-01-25staging/easycap: make oss ops function static in sound_oss.cTomas Winkler
2011-01-25staging/easycap: make OSS compilation optional instead of ALSATomas Winkler
2011-01-25staging/easycap: implement strerror functionTomas Winkler
2011-01-25staging/easycap: easycap.h ident correctly signed_div_resultTomas Winkler
2011-01-25staging/easycap: fix missing backslash in ifdef statementTomas Winkler
2011-01-25staging: easycap: easycap.h use indentation for first levelTomas Winkler
2011-01-25staging: easycap: make functions local to easycap_main.c staticTomas Winkler
2011-01-25staging: easycap: group module parameters handlingTomas Winkler
2011-01-25staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protectionTomas Winkler
2011-01-25staging: easycap: remove redunant headersTomas Winkler
2011-01-25staging: easycap: fix sparse warnings :conversion of int to enumTomas Winkler
2011-01-25staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler
2011-01-21staging: easycap: replace STRINGIZE with __stringify()Tomas Winkler
2011-01-21staging: easycap: kill EASYCAP_NEEDS_CARD_CREATETomas Winkler
2011-01-21staging: easycap: drop redunant backslashes from the codeTomas Winkler
2011-01-21Staging: easycap: fix sparse warnings for module parametersTomas Winkler
2011-01-21staging: easycap: add ALSA supportMike Thomas
2011-01-21Staging: easycap: Make easycap_debug non-staticMike Thomas
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman
2010-11-29staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-16staging/easycap: make module params private/static, fix buildRandy Dunlap
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas
2010-11-09staging/easycap: Eliminate BKLMike Thomas
2010-11-09staging/easycap: Avoid compiler warning about frame size ... larger than ...Mike Thomas
2010-11-09staging/easycap: Add option to set the hardware audio gainMike Thomas
2010-11-09staging/easycap: Add option to show conspicuous indication of signal lossMike Thomas
2010-11-09staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas
2010-11-09staging/easycap: Improve hardware initializationMike Thomas
2010-11-09staging/easycap: Make code re-entrantMike Thomas
2010-11-09staging/easycap: Remove obsolete routinesMike Thomas
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann
2010-10-08Staging: easycap: Makefile: replace the use of <module>-objs with <module>-yTracey Dent
2010-10-05Staging: easycap: Makefile: cleaned up Makefile cflag linesTracey Dent