aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap
Commit message (Expand)AuthorAgeFilesLines
...
* | stagine/easycap: make easyoss_fops staticTomas Winkler2011-02-042-2/+1
* | staging/easycap: kill declaration of not existing variablesTomas Winkler2011-02-041-5/+1
* | staging/easycap: don't shadow rc variable from macrosTomas Winkler2011-02-041-8/+8
* | staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-047-170/+170
* | staging/easycap: rename variable s16 to tmpTomas Winkler2011-02-042-26/+25
* | staging/easycap: rename variable u8 to tmpTomas Winkler2011-02-041-17/+17
* | staging/easycap: rename variable s32 to tmpTomas Winkler2011-02-041-83/+83
* | staging/easycap: remove explicit NULL initializationTomas Winkler2011-02-041-8/+3
* | staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-044-27/+27
* | staging/easycap: fix artificial line breaksTomas Winkler2011-02-041-8/+4
* | staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-047-64/+61
* | staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler2011-02-045-43/+7
* | staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler2011-02-041-1/+0
* | staging/easycap: don't cast NULL pointerTomas Winkler2011-02-045-86/+86
* | staging/easycap: make ALSA ops function static in sound.cTomas Winkler2011-01-252-143/+120
* | staging/easycap: make oss ops function static in sound_oss.cTomas Winkler2011-01-253-340/+327
* | staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-257-742/+789
* | staging/easycap: implement strerror functionTomas Winkler2011-01-253-793/+87
* | staging/easycap: easycap.h ident correctly signed_div_resultTomas Winkler2011-01-251-2/+2
* | staging/easycap: fix missing backslash in ifdef statementTomas Winkler2011-01-251-1/+1
* | staging: easycap: easycap.h use indentation for first levelTomas Winkler2011-01-251-187/+186
* | staging: easycap: make functions local to easycap_main.c staticTomas Winkler2011-01-252-167/+122
* | staging: easycap: group module parameters handlingTomas Winkler2011-01-253-16/+31
* | staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protectionTomas Winkler2011-01-251-3/+3
* | staging: easycap: remove redunant headersTomas Winkler2011-01-2513-224/+19
* | staging: easycap: fix sparse warnings :conversion of int to enumTomas Winkler2011-01-251-2/+2
* | staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler2011-01-255-14/+22
* | staging: easycap: replace STRINGIZE with __stringify()Tomas Winkler2011-01-212-8/+6
* | staging: easycap: kill EASYCAP_NEEDS_CARD_CREATETomas Winkler2011-01-212-10/+0
* | staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-216-1082/+1081
* | Staging: easycap: fix sparse warnings for module parametersTomas Winkler2011-01-218-16/+11
* | staging: easycap: add ALSA supportMike Thomas2011-01-2115-499/+1621
* | Staging: easycap: Make easycap_debug non-staticMike Thomas2011-01-212-2/+1
|/
* Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2010-12-071-1/+1
|\
| * staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap2010-11-291-0/+1
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | staging/easycap: make module params private/static, fix buildRandy Dunlap2010-11-164-18/+18
* | staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-095-72/+287
* | staging/easycap: Eliminate BKLMike Thomas2010-11-098-192/+695
* | staging/easycap: Avoid compiler warning about frame size ... larger than ...Mike Thomas2010-11-091-59/+96
* | staging/easycap: Add option to set the hardware audio gainMike Thomas2010-11-094-47/+96
* | staging/easycap: Add option to show conspicuous indication of signal lossMike Thomas2010-11-093-41/+112
* | staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas2010-11-094-121/+579
* | staging/easycap: Improve hardware initializationMike Thomas2010-11-095-544/+1345
* | staging/easycap: Make code re-entrantMike Thomas2010-11-097-1176/+1361
* | staging/easycap: Remove obsolete routinesMike Thomas2010-11-098-994/+198
|/
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-7/+7
|\
| * Staging: easycap: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-081-3/+3
| * Staging: easycap: Makefile: cleaned up Makefile cflag linesTracey Dent2010-10-051-4/+4
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/