Georg Chini 
								
							 
						 
						
							
							
							
							
								
							
							
								2902cdc4ca 
								
							 
						 
						
							
							
								
								null-sink: correct update of timestamp when state changes to RUNNING or IDLE  
							
							 
							
							... 
							
							
							
							u->timestamp should be reset to "now" when the sink state changes from
INIT or SUSPENDED to IDLE or RUNNING.
Thanks to Olivier Delbeke for reporting the bug and testing the patch.
Bug report is here:
http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-October/024553.html  
							
						 
						
							2015-10-25 16:36:51 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ondrej Holecek 
								
							 
						 
						
							
							
							
							
								
							
							
								5effc83479 
								
							 
						 
						
							
							
								
								update FSF addresses to FSF web page  
							
							 
							
							... 
							
							
							
							FSF addresses used in PA sources are no longer valid and rpmlint
generates numerous warnings during packaging because of this.
This patch changes all FSF addresses to FSF web page according to
the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html 
Done automatically by sed-ing through sources. 
							
						 
						
							2015-01-14 22:20:40 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Peter Meerwald 
								
							 
						 
						
							
							
							
							
								
							
							
								fa092af59c 
								
							 
						 
						
							
							
								
								rtpoll: Drop extra wait_op argument to pa_rtpoll_run()  
							
							 
							
							... 
							
							
							
							is always true, not used
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> 
							
						 
						
							2014-11-09 22:53:06 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									poljar (Damir Jelić) 
								
							 
						 
						
							
							
							
							
								
							
							
								d806b19714 
								
							 
						 
						
							
							
								
								Remove pa_bool_t and replace it with bool.  
							
							 
							
							... 
							
							
							
							commands used for this (executed from the pulseaudio/src directory):
    find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \
        -a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \
        -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
        -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
        -a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \
        -a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \
        -exec sed -i -e 's/\bpa_bool_t\b/bool/g' \
        -e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \;
and:
    sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \
        -e '181,194!s/\bTRUE\b/true/' -e \
        '181,194!s/\bFALSE\b/false/' pulsecore/macro.h 
							
						 
						
							2013-07-04 12:25:30 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Arun Raghavan 
								
							 
						 
						
							
							
							
							
								
							
							
								e5953fb0dd 
								
							 
						 
						
							
							
								
								modules: Micro-optimisation for rewind_requested paths  
							
							 
							
							... 
							
							
							
							Since some devices can be chatty with regards to how often they return
from poll(), this adds a PA_UNLIKELY() to all the the rewind_requested
checks in our sink modules to make the general case (no rewind was
requested) the fast path. 
							
						 
						
							2012-11-16 23:16:05 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tanu Kaskinen 
								
							 
						 
						
							
							
							
							
								
							
							
								29f064aa3d 
								
							 
						 
						
							
							
								
								sink: Process rewind requests also when suspended.  
							
							 
							
							... 
							
							
							
							When a rewind is requested on a sink input, the request parameters are
stored in the pa_sink_input struct. The parameters are reset during
rewind processing, and if the sink decides to ignore the rewind
request due to being suspended, stale parameters are left in
pa_sink_input. It's particularly problematic if the rewrite_bytes
parameter is left at -1, because that will prevent all future rewind
processing on that sink input. So, in order to avoid stale parameters,
every rewind request needs to be processed, even if the sink is
suspended.
Reported-by: Uoti Urpala 
							
						 
						
							2012-11-16 23:16:05 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Peter Meerwald 
								
							 
						 
						
							
							
							
							
								
							
							
								b351e06817 
								
							 
						 
						
							
							
								
								fix the ever-popular 'the the' typo  
							
							 
							
							... 
							
							
							
							some are comments, some are user-visible doxygen text and documentation 
							
						 
						
							2012-01-28 17:51:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sudarshan Bisht 
								
							 
						 
						
							
							
							
							
								
							
							
								cb9ebeffa0 
								
							 
						 
						
							
							
								
								null-sink: Set latency range at the time of initialization of module.  
							
							 
							
							... 
							
							
							
							At the time of module initialization latency range is being set so that the null-sink
would be aware of its limitations with latencies. 
							
						 
						
							2011-10-01 13:25:16 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maarten Bosmans 
								
							 
						 
						
							
							
							
							
								
							
							
								b4e938e194 
								
							 
						 
						
							
							
								
								Move i18n.[ch] to src/pulsecore  
							
							 
							
							... 
							
							
							
							The header is used in files troughout the tree and is not included in the public api,
so it belongs in pulsecore, not in pulse. 
							
						 
						
							2011-08-11 13:23:42 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ralph Giles 
								
							 
						 
						
							
							
							
							
								
							
							
								8840ebf9c3 
								
							 
						 
						
							
							
								
								Fix two comment typos.  
							
							 
							
							
							
						 
						
							2011-07-14 14:13:52 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maarten Bosmans 
								
							 
						 
						
							
							
							
							
								
							
							
								f0eab391df 
								
							 
						 
						
							
							
								
								Remove obsolete description property from modules  
							
							 
							
							
							
						 
						
							2011-06-24 00:29:24 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maarten Bosmans 
								
							 
						 
						
							
							
							
							
								
							
							
								dd9265ac78 
								
							 
						 
						
							
							
								
								Remove unnecessary #includes  
							
							 
							
							
							
						 
						
							2011-06-22 23:12:20 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								cdc2769162 
								
							 
						 
						
							
							
								
								thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm  
							
							 
							
							
							
						 
						
							2010-05-07 23:58:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								0ad6a574a1 
								
							 
						 
						
							
							
								
								null: make name of null sink translatable  
							
							 
							
							
							
						 
						
							2009-09-04 02:48:33 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								fc33f7ee97 
								
							 
						 
						
							
							
								
								Merge most of elmarco/rtclock2  
							
							 
							
							... 
							
							
							
							Merge commit 'e4d914c945 ' 
							
						 
						
							2009-06-22 23:09:46 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Marc-André Lureau 
								
							 
						 
						
							
							
							
							
								
							
							
								125c528896 
								
							 
						 
						
							
							
								
								pulse: move pa_rtclock_now in pulsecommon  
							
							 
							
							
							
						 
						
							2009-06-20 17:29:08 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								32e2cd6d32 
								
							 
						 
						
							
							
								
								core: get rid of rt sig/timer handling since modern Linux' ppooll() is finally fixed for granularity  
							
							 
							
							
							
						 
						
							2009-06-19 21:00:06 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Marc-André Lureau 
								
							 
						 
						
							
							
							
							
								
							
							
								5dcdd5e358 
								
							 
						 
						
							
							
								
								perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' find . -name '*.[ch]'  
							
							 
							
							
							
						 
						
							2009-06-19 19:04:04 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								1c4393acf0 
								
							 
						 
						
							
							
								
								modules: add {sink|source|card}_properties argument to all modules  
							
							 
							
							
							
						 
						
							2009-05-28 02:39:22 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								208862698e 
								
							 
						 
						
							
							
								
								null: introduce sink_properties= argument  
							
							 
							
							
							
						 
						
							2009-05-27 23:30:29 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								f204c0fe43 
								
							 
						 
						
							
							
								
								mark null sink as support dynamic latency  
							
							 
							
							
							
						 
						
							2009-04-07 00:48:09 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								298bd0b0c6 
								
							 
						 
						
							
							
								
								adjust max_rewind/max_request whenever the latency changes  
							
							 
							
							
							
						 
						
							2009-04-07 00:47:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								bcfe51ffd5 
								
							 
						 
						
							
							
								
								again, don't fiddle with latency range in sinks with static latency  
							
							 
							
							
							
						 
						
							2009-03-25 00:44:21 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								2f9a784167 
								
							 
						 
						
							
							
								
								set request/rewind sizes only via accessor functions  
							
							 
							
							
							
						 
						
							2009-03-24 21:13:41 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Colin Guthrie 
								
							 
						 
						
							
							
							
							
								
							
							
								86dee05aec 
								
							 
						 
						
							
							
								
								Use LGPL 2.1 on all files previously using LGPL 2  
							
							 
							
							
							
						 
						
							2009-03-03 20:23:02 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								4505bc9cc6 
								
							 
						 
						
							
							
								
								introduce default channel map in addition to the default sample spec  
							
							 
							
							
							
						 
						
							2009-02-21 16:32:42 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								bae221cca9 
								
							 
						 
						
							
							
								
								rework module usage counter stuff to be pull based  
							
							 
							
							
							
						 
						
							2009-01-15 20:49:12 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								e5c093897e 
								
							 
						 
						
							
							
								
								A few minor cleanups and updates  
							
							 
							
							
							
						 
						
							2009-01-08 21:13:18 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								a0f4ffd3e1 
								
							 
						 
						
							
							
								
								make sure we call pa_sink_process_rewind() if a rewind was requested under all circumstances  
							
							 
							
							
							
						 
						
							2008-10-02 03:07:54 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								eab1cb8df9 
								
							 
						 
						
							
							
								
								make sure to call process_rewind() under all circumstances before we do the next loop iteration  
							
							 
							
							
							
						 
						
							2008-06-26 02:56:00 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								add6c0361a 
								
							 
						 
						
							
							
								
								Rework module-combine to work with glitch-free core; add new max_request field to pa_sink  
							
							 
							
							
							
						 
						
							2008-06-20 22:32:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								8ae83d618e 
								
							 
						 
						
							
							
								
								get rid of svn $ keywords  
							
							 
							
							
							
						 
						
							2008-06-18 23:23:21 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								1fe2f2c461 
								
							 
						 
						
							
							
								
								use new pa_sink_set_latency_range() in null sink  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2536 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2008-06-16 18:58:54 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								92e4fb318e 
								
							 
						 
						
							
							
								
								merge Colin Guthrie's module-always-sink module, and add priorization to the hook subsystem while doing so.  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2008-06-11 19:45:57 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								045c1d602d 
								
							 
						 
						
							
							
								
								merge glitch-free branch back into trunk  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2008-05-15 23:34:41 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								e313fe1b3d 
								
							 
						 
						
							
							
								
								tag modules that may only be loaded once at most especially, and enforce that in the module loader  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2043 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2007-11-09 18:25:40 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								a67c21f093 
								
							 
						 
						
							
							
								
								merge 'lennart' branch back into trunk.  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2007-10-28 19:13:50 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pierre Ossman 
								
							 
						 
						
							
							
							
							
								
							
							
								06211b7c8f 
								
							 
						 
						
							
							
								
								Add copyright notices to all relevant files. (based on svn log)  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2007-02-13 15:35:19 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pierre Ossman 
								
							 
						 
						
							
							
							
							
								
							
							
								521daf6f0a 
								
							 
						 
						
							
							
								
								Huge trailing whitespace cleanup. Let's keep the tree pure from here on,  
							
							 
							
							... 
							
							
							
							mmmkay?
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2007-01-04 13:43:45 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								e385d93e5a 
								
							 
						 
						
							
							
								
								remove all occurences of  
							
							 
							
							... 
							
							
							
							pa_logXXX(__FILE__":  
   
and replace them by 
  
   pa_logXXX("
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1272 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-08-18 21:38:40 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								8da9b94af6 
								
							 
						 
						
							
							
								
								allow setting the null sink description by a module parameter  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1206 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-08-12 00:25:52 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								bfa6604b1d 
								
							 
						 
						
							
							
								
								don't set the sink/source descriptions manually, use the new functions pa_{sink,source}_set_description() instead  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1205 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-08-11 23:58:55 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								55a8db8efe 
								
							 
						 
						
							
							
								
								improve latency calculation of NULL sink  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1088 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-07-14 23:59:42 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								f44ba09265 
								
							 
						 
						
							
							
								
								big s/polyp/pulse/g  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-06-19 21:53:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pierre Ossman 
								
							 
						 
						
							
							
							
							
								
							
							
								0796ead0db 
								
							 
						 
						
							
							
								
								Move timeval calculation functions into their own file.  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@926 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-05-18 06:45:43 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								c47e937011 
								
							 
						 
						
							
							
								
								split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@917 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-05-17 20:09:57 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pierre Ossman 
								
							 
						 
						
							
							
							
							
								
							
							
								d9cc2cfcb9 
								
							 
						 
						
							
							
								
								Move xmalloc to the public side (libpolyp).  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@908 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-05-17 16:34:18 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								4b6ab291a7 
								
							 
						 
						
							
							
								
								* modify pa_channel_map_init_auto() to take an extra argument specifying the standard to use (ALSA, AIFF, ...)  
							
							 
							
							... 
							
							
							
							* add some more validity checks to pa_source_new(),pa_sink_new(),pa_sink_input_new(),pa_source_output_new()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@888 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-05-16 23:47:38 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								185a57cadd 
								
							 
						 
						
							
							
								
								support new channel_map argument in sink/source modules  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@803 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-04-26 15:40:14 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lennart Poettering 
								
							 
						 
						
							
							
							
							
								
							
							
								4a64b0d116 
								
							 
						 
						
							
							
								
								change pa_log() and friends to not require a trailing \n on all logged strings  
							
							 
							
							... 
							
							
							
							git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@574 fefdeb5f-60dc-0310-8127-8f9354f1896f 
							
						 
						
							2006-02-23 02:27:19 +00:00