summaryrefslogtreecommitdiff
path: root/rdpsnd_sun.c
AgeCommit message (Expand)Author
2017-01-26Rework the logging systemHenrik Andersson
2012-11-22run of indent-allHenrik Andersson
2012-10-23Indented with indent-all. Peter Åstrand
2011-04-13Consistent formatting of emails in copyright headers. Peter Åstrand
2011-04-13Include emails in copyright statements. Peter Åstrand
2011-04-13Updated the copyright notices for the things we have been working on.Peter Åstrand
2011-01-03Fixed indentation.Henrik Andersson
2010-01-12Changed license to GPLv3Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2008-04-25Corrected last patch; rdpsnd_dsp_resample_set is not needed, since we perform...Peter Åstrand
2008-04-24Workaround to support recording on Sun Ray x86 systems.Peter Åstrand
2008-02-08Properly store the current device settings for full duplex operation.Pierre Ossman
2008-02-08Fondle the device a bit more carefully when recording to guarantee that wePierre Ossman
2008-01-22Record support for Sun audio backend. Also do some general improvements andPierre Ossman
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2007-01-04RD_ prefix and win32 compatibility for core filesJay Sorg
2007-01-02Fix audio_driver initialisation to avoid problem with uninitialisedPierre Ossman
2006-12-24Make code compile with C89 compilers againMichael Gernoth
2006-12-07fix sun audio driverMichael 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-10-27Fix some remaining references to rdpsnd_send_completion().Pierre Ossman
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-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
2005-08-04Created a common xstrdup function.Peter Åstrand
2005-08-03Added missing c-basic-offset:s and license headersPeter Åstrand
2004-11-03strdup the audio-deviceMichael Gernoth
2004-09-11Correctly init the audio-info structure. Fixes playback-hangs onMichael Gernoth
2004-05-07use ifdef to see if we are big-endianMichael Gernoth
2003-12-11Use AUDIO_FLUSH on the BSDsMichael Gernoth
2003-12-11Use stropts.h on solarisMichael Gernoth
2003-12-11Removed timezone stuff, due to too much portability problems...Michael Gernoth
2003-10-31Be more portable to platforms where I_FLUSH && FLUSHW are not definedMichael Gernoth
2003-10-28AUDIO_CHANNELS_MONO/AUDIO_CHANNELS_STEREO not defined in some versionsMatt Chapman
2003-10-23fix for oss-driver (too fast acks)Michael Gernoth
2003-10-19Make sure that g_dsp_busy is initialized to FalseMichael Gernoth
2003-10-15Fixed indentationPeter Åstrand
2003-10-13Volume control for OSS & SUNMichael Gernoth
2003-10-04Updates to Sun audio support (from Michael Gernoth).Matt Chapman
2003-10-04Add Sun audio support, fix a bug in the OSS driver.Matt Chapman