aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08staging/easycap: remove oss supportTomas Winkler1-35/+0
2011-07-08staging/easycap: remove unused macro MICROSECONDSTomas Winkler1-4/+0
2011-07-05staging/easycap: kill telltale logicTomas Winkler1-2/+0
2011-07-05Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/Jesper Juhl1-1/+0
2011-07-05staging/easycap: PAGE_SIZE is always definedKirill Smelkov1-4/+0
2011-03-07staging/easycap: kill EASYCAP_IS_VIDEODEV_CLIENT compilation conditionalTomas Winkler1-9/+1
2011-03-07staging/easycap: wait_i2c should be staticTomas Winkler1-1/+0
2011-02-18staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_HTomas Winkler1-4/+0
2011-02-18staging/easycap: kill EASYCAP_NEEDS_V4L2_DEVICE_H and EASYCAP_NEEDS_V4L2_FOPSTomas Winkler1-6/+0
2011-02-09staging/easycap: replace NOREADBACK with moduel parameterTomas Winkler1-0/+1
2011-02-09stagine/easycap: make functions regset and regget staticTomas Winkler1-23/+0
2011-02-09staging/easycap: remove TESTONE and EASYCAP_TESTTONETomas Winkler1-3/+0
2011-02-09staging/easycap: remove EASYCAP_SILENT optionTomas Winkler1-1/+0
2011-02-09stagine/easycap: use module paramter for default encoding instead of ifdefTomas Winkler1-1/+0
2011-02-04stagine/easycap: make easyoss_fops staticTomas Winkler1-1/+0
2011-02-04staging/easycap: kill declaration of not existing variablesTomas Winkler1-5/+1
2011-02-04staging/easycap: don't shadow rc variable from macrosTomas Winkler1-8/+8
2011-02-04staging/easycap: replace underscored types with regular onceTomas Winkler1-23/+23
2011-02-04staging/easycap: repace #if defined with simpler #ifdefTomas Winkler1-9/+9
2011-02-04staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler1-4/+1
2011-02-04staging/easycap: remove comment: EASYCAP_NEEDS_ALSATomas Winkler1-1/+0
2011-01-25staging/easycap: make ALSA ops function static in sound.cTomas Winkler1-14/+0
2011-01-25staging/easycap: make oss ops function static in sound_oss.cTomas Winkler1-9/+1
2011-01-25staging/easycap: make OSS compilation optional instead of ALSATomas Winkler1-12/+13
2011-01-25staging/easycap: implement strerror functionTomas Winkler1-0/+2
2011-01-25staging/easycap: easycap.h ident correctly signed_div_resultTomas Winkler1-2/+2
2011-01-25staging: easycap: easycap.h use indentation for first levelTomas Winkler1-187/+186
2011-01-25staging: easycap: make functions local to easycap_main.c staticTomas Winkler1-25/+2
2011-01-25staging: easycap: group module parameters handlingTomas Winkler1-3/+3
2011-01-25staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protectionTomas Winkler1-3/+3
2011-01-25staging: easycap: remove redunant headersTomas Winkler1-0/+19
2011-01-21staging: easycap: replace STRINGIZE with __stringify()Tomas Winkler1-2/+0
2011-01-21staging: easycap: drop redunant backslashes from the codeTomas Winkler1-13/+12
2011-01-21Staging: easycap: fix sparse warnings for module parametersTomas Winkler1-0/+4
2011-01-21staging: easycap: add ALSA supportMike Thomas1-17/+67
2011-01-21Staging: easycap: Make easycap_debug non-staticMike Thomas1-1/+0
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2010-11-29staging: easycap needs smp_lock.h, fixes build errorRandy Dunlap1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16staging/easycap: make module params private/static, fix buildRandy Dunlap1-2/+2
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas1-13/+3
2010-11-09staging/easycap: Eliminate BKLMike Thomas1-2/+14
2010-11-09staging/easycap: Add option to show conspicuous indication of signal lossMike Thomas1-0/+2
2010-11-09staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas1-3/+13
2010-11-09staging/easycap: Improve hardware initializationMike Thomas1-11/+36
2010-11-09staging/easycap: Make code re-entrantMike Thomas1-11/+46
2010-11-09staging/easycap: Remove obsolete routinesMike Thomas1-34/+2
2010-08-09staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker1-6/+2
2010-07-22Staging: easycap: Upsample microphone audioMike Thomas1-1/+1
2010-07-22Staging: easycap: Replace some global variablesMike Thomas1-70/+80