summaryrefslogtreecommitdiff
path: root/rdpsnd_alsa.c
AgeCommit message (Expand)Author
2017-10-20Fix sign-compare compiler warningsHenrik Andersson
2017-10-20Markup unused parametersHenrik Andersson
2017-10-17Fix unused-but-set-variable compiler warningsHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2011-04-13Consistent formatting of emails in copyright headers. Peter Åstrand
2011-04-13Include emails in copyright statements. Peter Åstrand
2010-01-12Changed license to GPLv3Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2007-01-10Rename BOOL to RD_BOOL to avoid conflict on Win32.Pierre Ossman
2007-01-04RD_ prefixMichael Gernoth
2007-01-04copyright year updateJay Sorg
2007-01-04RD_ prefix and win32 compatibility for core filesJay Sorg
2007-01-02Add capture support to the alsa backend.Pierre Ossman
2007-01-02Fix audio_driver initialisation to avoid problem with uninitialisedPierre Ossman
2006-12-24Make code compile with C89 compilers againMichael Gernoth
2006-12-07Abstract select() handling in rdpsnd so that backends can do their thingPierre Ossman
2006-12-07Restructure driver registration structures a bit so it is easier to addPierre Ossman
2006-11-07remove call to snd_pcm_drop as this is done implicitly by snd_pcm_closeMichael Gernoth
2006-11-03set pcm_handle to NULL on closeMichael Gernoth
2006-10-26Rewrite the queue management a bit so that blocks are not completed untilPierre Ossman
2006-10-01make it possible for the driver to switch resampling on and offMichael Gernoth
2006-09-17use software volume for ALSAMichael Gernoth
2006-09-17unify audio-byteswapping as a dsp-functionMichael Gernoth
2006-09-17fix SunCC errors/warnings and configure-variable-usage (LIBS/LDFLAGS)Michael Gernoth
2006-09-17allow multiple sound-drivers to be compiled in simultaneously andMichael Gernoth
2006-09-17unify queue-handling in rdpsnd.c (remove private copies from allMichael Gernoth
2006-09-17add alsa-driverMichael Gernoth