aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08staging/easycap: remove oss supportTomas Winkler1-6/+0
2011-07-05staging/easycap: kill telltale logicTomas Winkler1-10/+0
2011-07-05Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/Jesper Juhl1-0/+1
2011-03-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-2/+1
2011-03-21[media] v4l: removal of old, obsolete ioctlsHans Verkuil1-5/+0
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+0
2011-03-07staging/easycap: convert comparison to NULL into booleanTomas Winkler1-26/+26
2011-03-07staging/easycap: replace if(true == var) with if (var)Tomas Winkler1-7/+7
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-02-28staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler1-1974/+1991
2011-02-09staging/easycap: remove AUDIOTIME featureTomas Winkler1-42/+0
2011-02-09staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctlTomas Winkler1-5/+0
2011-02-09staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSSTomas Winkler1-4/+5
2011-02-04staging/easycap: replace underscored types with regular onceTomas Winkler1-20/+20
2011-02-04staging/easycap: improve coding style when checking return valueTomas Winkler1-5/+5
2011-02-04staging/easycap: repace #if defined with simpler #ifdefTomas Winkler1-4/+4
2011-02-04staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler1-13/+2
2011-02-04staging/easycap: don't cast NULL pointerTomas Winkler1-13/+13
2011-01-25staging/easycap: make oss ops function static in sound_oss.cTomas Winkler1-307/+0
2011-01-25staging/easycap: make OSS compilation optional instead of ALSATomas Winkler1-2/+2
2011-01-25staging/easycap: fix missing backslash in ifdef statementTomas Winkler1-1/+1
2011-01-25staging: easycap: remove redunant headersTomas Winkler1-1/+0
2011-01-25staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler1-1/+1
2011-01-21staging: easycap: drop redunant backslashes from the codeTomas Winkler1-252/+252
2011-01-21staging: easycap: add ALSA supportMike Thomas1-132/+140
2010-11-09staging/easycap: Improve interface to the videodev moduleMike Thomas1-2/+24
2010-11-09staging/easycap: Eliminate BKLMike Thomas1-88/+338
2010-11-09staging/easycap: Avoid compiler warning about frame size ... larger than ...Mike Thomas1-59/+96
2010-11-09staging/easycap: Add option to set the hardware audio gainMike Thomas1-3/+11
2010-11-09staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas1-47/+291
2010-11-09staging/easycap: Improve hardware initializationMike Thomas1-110/+251
2010-11-09staging/easycap: Make code re-entrantMike Thomas1-274/+311
2010-11-09staging/easycap: Remove obsolete routinesMike Thomas1-655/+40
2010-08-09staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker1-22/+30
2010-07-22Staging: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-22Staging: easycap: Upsample microphone audioMike Thomas1-0/+35
2010-07-22Staging: easycap: Replace some global variablesMike Thomas1-8/+9
2010-06-18Staging: easycap: add easycap driverR.M. Thomas1-0/+2651