summaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/easycap_sound.c
Commit message (Expand)AuthorAgeFilesLines
* staging/easycap: reduce code nesting in easycap_sound.cTomas Winkler2011-03-071-213/+205
* staging/easycap: convert comparison to NULL into booleanTomas Winkler2011-03-071-40/+40
* staging/easycap: replace if(false == var) with if (!var)Tomas Winkler2011-03-071-1/+1
* staging/easycap: replace if(true == var) with if (var)Tomas Winkler2011-03-071-1/+1
* staging/easycap: add first level indentation to easycap_sound.cTomas Winkler2011-02-281-592/+572
* staging/easycap: use %p for printing pointersTomas Winkler2011-02-181-1/+1
* staging/easycap: replace underscored types with regular onceTomas Winkler2011-02-041-6/+6
* staging/easycap: rename variable s16 to tmpTomas Winkler2011-02-041-13/+12
* staging/easycap: improve coding style when checking return valueTomas Winkler2011-02-041-3/+3
* staging/easycap: repace #if defined with simpler #ifdefTomas Winkler2011-02-041-4/+4
* staging/easycap: don't cast NULL pointerTomas Winkler2011-02-041-10/+10
* staging/easycap: make ALSA ops function static in sound.cTomas Winkler2011-01-251-129/+120
* staging/easycap: make OSS compilation optional instead of ALSATomas Winkler2011-01-251-706/+6
* staging/easycap: implement strerror functionTomas Winkler2011-01-251-532/+23
* staging: easycap: remove redunant headersTomas Winkler2011-01-251-1/+0
* staging: easycap: kill EASYCAP_NEEDS_CARD_CREATETomas Winkler2011-01-211-9/+0
* staging: easycap: drop redunant backslashes from the codeTomas Winkler2011-01-211-133/+133
* staging: easycap: add ALSA supportMike Thomas2011-01-211-168/+1046
* staging/easycap: Improve interface to the videodev moduleMike Thomas2010-11-091-2/+61
* staging/easycap: Eliminate BKLMike Thomas2010-11-091-3/+73
* staging/easycap: Improve hardware initializationMike Thomas2010-11-091-16/+4
* staging/easycap: Make code re-entrantMike Thomas2010-11-091-183/+260
* staging/easycap: Remove obsolete routinesMike Thomas2010-11-091-8/+1
* Staging: Remove unnecessary casts of private_dataJoe Perches2010-07-221-1/+1
* Staging: easycap: Upsample microphone audioMike Thomas2010-07-221-6/+72
* Staging: easycap: Replace some global variablesMike Thomas2010-07-221-16/+23
* Staging: easycap: add easycap driverR.M. Thomas2010-06-181-0/+973