summaryrefslogtreecommitdiffstats
path: root/src/modules/module-waveout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-42/+91
|\
| * module-waveout: Fix record/playback argsMaarten Bosmans2011-03-191-8/+12
| * module-waveout: Move thread creationMaarten Bosmans2011-03-191-9/+13
| * module-waveout: Query device for supported samplerateMaarten Bosmans2011-03-191-23/+36
| * module-waveout: Add device_name parameterMaarten Bosmans2011-03-151-2/+30
* | Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-3/+3
|/
* module-waveout: Adapted to updated APIMaarten Bosmans2011-02-171-168/+227
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-151-2/+2
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-2/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* we don't want to include assert.h anymoreLennart Poettering2007-10-291-1/+0
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-11/+11
* Remove silence generation in waveout module.Pierre Ossman2006-08-221-50/+33
* Fix memory leak in waveout module.Pierre Ossman2006-08-221-0/+3
* Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman2006-08-221-3/+9
* Fix typo.Pierre Ossman2006-08-221-1/+1
* Add missing header.Pierre Ossman2006-08-221-0/+1
* Fix call to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* remove all occurences of Lennart Poettering2006-08-181-12/+12
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-3/+2
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+2
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-13/+13
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* Set default channel map system for waveout module.Pierre Ossman2006-05-171-1/+1
* Channel map argument support for waveout.Pierre Ossman2006-04-271-4/+16
* WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman2006-04-191-3/+9
* Update hardware volume to a correct initial value.Pierre Ossman2006-02-231-0/+4
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-14/+14
* Hardware volume support on Windows.Pierre Ossman2006-02-211-0/+40
* Remove a debug fprintf that was left in.Pierre Ossman2006-02-201-2/+0
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+583