aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_sound.c
Commit message (Expand)AuthorAge
* Added missing tegra files.HEADmasterJonathan Herman2013-01-22
* staging: Move media drivers to staging/mediaMauro Carvalho Chehab2011-11-03
* staging/easycap: kill timeval members of easycap structTomas Winkler2011-10-17
* staging/easycap: remove oss supportTomas Winkler2011-07-08
* staging/easycap: kill telltale logicTomas Winkler2011-07-05
* staging/easycap: reduce code nesting in easycap_sound.cTomas Winkler2011-03-07
* staging/easycap: convert comparison to NULL into booleanTomas Winkler2011-03-07
* staging/easycap: replace if(false == var) with if (!var)Tomas Winkler2011-03-07
* staging/easycap: replace if(true == var) with if (var)Tomas Winkler2011-03-07
* staging/easycap: add first level indentation to easycap_sound.cTomas Winkler2011-02-28
* staging/easycap: use %p for printing pointersTomas Winkler2011-02-18
* staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-04
* staging/easycap: rename variable s16 to tmpTomas Winkler2011-02-04
* staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-04
* staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-04
* staging/easycap: don't cast NULL pointerTomas Winkler2011-02-04
* staging/easycap: make ALSA ops function static in sound.cTomas Winkler2011-01-24
* staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-24
* staging/easycap: implement strerror functionTomas Winkler2011-01-24
* staging: easycap: remove redunant headersTomas Winkler2011-01-24
* staging: easycap: kill EASYCAP_NEEDS_CARD_CREATETomas Winkler2011-01-21
* staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-21
* staging: easycap: add ALSA supportMike Thomas2011-01-21
* staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-09
* staging/easycap: Eliminate BKLMike Thomas2010-11-09
* staging/easycap: Improve hardware initializationMike Thomas2010-11-09
* staging/easycap: Make code re-entrantMike Thomas2010-11-09
* staging/easycap: Remove obsolete routinesMike Thomas2010-11-09
* Staging: Remove unnecessary casts of private_dataJoe Perches2010-07-22
* Staging: easycap: Upsample microphone audioMike Thomas2010-07-22
* Staging: easycap: Replace some global variablesMike Thomas2010-07-22
* Staging: easycap: add easycap driverR.M. Thomas2010-06-18