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