aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-241-2/+1
|\
| * [media] v4l: removal of old, obsolete ioctlsHans Verkuil2011-03-211-5/+0
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-1/+0
|\ \
| * | drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
| |/
* | staging/easycap: convert comparison to NULL into booleanTomas Winkler2011-03-071-26/+26
* | staging/easycap: replace if(true == var) with if (var)Tomas Winkler2011-03-071-7/+7
* | staging/easycap: add first level indentation to easycap_ioctl.cTomas Winkler2011-02-281-1974/+1991
* | staging/easycap: remove AUDIOTIME featureTomas Winkler2011-02-091-42/+0
* | staging/easycap: remove obsolete VIDIOC_S_CTRL_OLD ioctlTomas Winkler2011-02-091-5/+0
* | staging/easycap: replace one more EASYCAP_NEEDS_ALSA with CONFIG_EASYCAP_OSSTomas Winkler2011-02-091-4/+5
* | staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-041-20/+20
* | staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-041-5/+5
* | staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-041-4/+4
* | staging/easycap: kill EASYCAP_NEEDS_UNLOCKED_IOCTLTomas Winkler2011-02-041-13/+2
* | staging/easycap: don't cast NULL pointerTomas Winkler2011-02-041-13/+13
* | staging/easycap: make oss ops function static in sound_oss.cTomas Winkler2011-01-251-307/+0
* | staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-251-2/+2
* | staging/easycap: fix missing backslash in ifdef statementTomas Winkler2011-01-251-1/+1
* | staging: easycap: remove redunant headersTomas Winkler2011-01-251-1/+0
* | staging: easycap: fix sparse warnings 'Should it be static'Tomas Winkler2011-01-251-1/+1
* | staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-211-252/+252
* | staging: easycap: add ALSA supportMike Thomas2011-01-211-132/+140
|/
* staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-091-2/+24
* staging/easycap: Eliminate BKLMike Thomas2010-11-091-88/+338
* 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-091-3/+11
* staging/easycap: Implement interlaced modes and reduced frameratesMike Thomas2010-11-091-47/+291
* staging/easycap: Improve hardware initializationMike Thomas2010-11-091-110/+251
* staging/easycap: Make code re-entrantMike Thomas2010-11-091-274/+311
* staging/easycap: Remove obsolete routinesMike Thomas2010-11-091-655/+40
* staging: Pushdown bkl to easycap ioctl handlersFrederic Weisbecker2010-08-091-22/+30
* Staging: Remove unnecessary casts of private_dataJoe Perches2010-07-221-2/+2
* Staging: easycap: Upsample microphone audioMike Thomas2010-07-221-0/+35
* Staging: easycap: Replace some global variablesMike Thomas2010-07-221-8/+9
* Staging: easycap: add easycap driverR.M. Thomas2010-06-181-0/+2651