summaryrefslogtreecommitdiff
path: root/src/modules/module-waveout.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-10rtpoll: Fixup pa_rtpoll_runDavid Henningsson1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-5/+5
2013-06-28waveout: Simplify setting the device descriptionTanu Kaskinen1-6/+2
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan1-1/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-3/+6
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-07-03module-waveout: Correctly handle mono volume controls on waveout deviceMaarten Bosmans1-4/+23
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+0
2011-03-20Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie1-42/+91
2011-03-19module-waveout: Fix record/playback argsMaarten Bosmans1-8/+12
2011-03-19module-waveout: Move thread creationMaarten Bosmans1-9/+13
2011-03-19module-waveout: Query device for supported samplerateMaarten Bosmans1-23/+36
2011-03-18Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans1-3/+3
2011-03-15module-waveout: Add device_name parameterMaarten Bosmans1-2/+30
2011-02-17module-waveout: Adapted to updated APIMaarten Bosmans1-168/+227
2010-10-15volume: Clamp volume to PA_VOLUME_MAXArun Raghavan1-2/+2
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-2/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-10-29we don't want to include assert.h anymoreLennart Poettering1-1/+0
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-02-12Allow specification of device number.Pierre Ossman1-3/+12
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-11/+11
2006-08-22Remove silence generation in waveout module.Pierre Ossman1-50/+33
2006-08-22Fix memory leak in waveout module.Pierre Ossman1-0/+3
2006-08-22Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman1-3/+9
2006-08-22Fix typo.Pierre Ossman1-1/+1
2006-08-22Add missing header.Pierre Ossman1-0/+1
2006-08-22Fix call to pa_memblock_new().Pierre Ossman1-2/+2
2006-08-18remove all occurences of Lennart Poettering1-12/+12
2006-08-12make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering1-3/+2
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-2/+2
2006-07-16set is_hardware flag for a few hw pluginsLennart Poettering1-0/+2
2006-06-19big s/polyp/pulse/gLennart Poettering1-13/+13
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-17Set default channel map system for waveout module.Pierre Ossman1-1/+1
2006-04-27Channel map argument support for waveout.Pierre Ossman1-4/+16
2006-04-19WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman1-3/+9
2006-02-23Update hardware volume to a correct initial value.Pierre Ossman1-0/+4
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-14/+14
2006-02-21Hardware volume support on Windows.Pierre Ossman1-0/+40
2006-02-20Remove a debug fprintf that was left in.Pierre Ossman1-2/+0
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+583