summaryrefslogtreecommitdiff
path: root/src/utils/padsp.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-22solaris: Illumos does not ship with SOUND_PCM* functionalityKamil Rytarowski1-0/+6
2015-07-21padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...Deepak Srivastava1-0/+3
2015-05-27padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warningPeter Meerwald1-2/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-1/+1
2013-02-04padsp: Handle holes in recording streams.Tanu Kaskinen1-1/+14
2012-03-28padsp: Fix a double-free bug.Tanu Kaskinen1-0/+1
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-07-11padsp: Handle eol in info callbacks correctlyArun Raghavan1-2/+2
2011-03-18Fix up some double spacesMaarten Bosmans1-3/+3
2011-01-10padsp: wrap __open_2 and __open64_2Michal Schmidt1-9/+52
2010-02-21padsp: emulate /dev/audio, tooLennart Poettering1-35/+20
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering1-10/+1
2009-09-17Improve TMPDIR handlingLennart Poettering1-1/+14
2009-09-08padsp: properly return return values (llvm-clang-analyzer)Lennart Poettering1-3/+3
2009-08-01core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering1-3/+5
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-19padsp: don't use si if it's NULLMarc-André Lureau1-2/+2
2008-12-18Allow access("/dev/dsp", W_OK) succeedLennart Poettering1-5/+5
2008-10-02inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now e...Lennart Poettering1-4/+9
2008-09-03use PA_STREAM_EARLY_REQUESTS for OSS streamsLennart Poettering1-1/+1
2008-08-29fix a few compiler warnings on older gccLennart Poettering1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-16/+16
2008-08-05fix error path (spotted by Coling Guthrie)Lennart Poettering1-1/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-5/+4
2008-03-31merge r2183 from prepare-0.9.10Lennart Poettering1-0/+4
2008-02-15Improve compatibility with applications which like to pass invalid strings to...Lennart Poettering1-72/+60
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-29/+42
2007-06-13Make sure mixer ioctls work on /dev/dsp aswell.Pierre Ossman1-3/+4
2007-06-11Support stat() and friends as some programs (audacity) likes to check ifPierre Ossman1-0/+196
2007-06-04Add support for the poorly documented SNDCTL_DSP_GETTRIGGER.Pierre Ossman1-0/+11
2007-05-29Kill spaces on EOLLennart Poettering1-1/+1
2007-05-23fix a few obvious copynpaste errors when handling volumesLennart Poettering1-3/+3
2007-03-07Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman1-9/+87
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-19Make sure we report success for SNDCTL_DSP_SETDUPLEX.Pierre Ossman1-0/+5
2007-01-04Report IO error on ioctl() when we're in a fatal error state.Pierre Ossman1-0/+10
2007-01-04Free stream objects when they've been invalidated.Pierre Ossman1-0/+4
2007-01-04Fix error messages for failure connecting streams.Pierre Ossman1-2/+10
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-139/+139
2006-11-06Fix some missing line breaks.Pierre Ossman1-3/+3
2006-11-06The OSS spec is unclear what should happen when a reset is requested. Let'sPierre Ossman1-1/+9
2006-09-14Stop using x86-isms and use ISO C (oversized shifts are undefined).Pierre Ossman1-1/+1
2006-09-14Fix debug output for SNDCTL_DSP_SETFRAGMENT.Pierre Ossman1-1/+1
2006-09-06fix a bogus debug lineLennart Poettering1-1/+1
2006-09-06implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...Lennart Poettering1-5/+72
2006-09-02Merge FreeBSD compatibility patch (from Flameeyes)Lennart Poettering1-0/+5
2006-08-31work around bug in firefox which apparently misuses access() as NULL pointer ...Lennart Poettering1-0/+7
2006-08-30We need to have a callback when changing volume or we might deadlock.Pierre Ossman1-2/+2