mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	remove misplaced PA_GCC_PURE
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2243 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									e832b0c7fa
								
							
						
					
					
						commit
						d7e260bf6e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,9 @@
 | 
			
		|||
***/
 | 
			
		||||
 | 
			
		||||
#include <inttypes.h>
 | 
			
		||||
 | 
			
		||||
#include <pulse/cdecl.h>
 | 
			
		||||
#include <pulse/gccmacro.h>
 | 
			
		||||
#include <pulse/sample.h>
 | 
			
		||||
 | 
			
		||||
/** \page volume Volume Control
 | 
			
		||||
| 
						 | 
				
			
			@ -149,7 +151,7 @@ int pa_cvolume_channels_equal_to(const pa_cvolume *a, pa_volume_t v) PA_GCC_PURE
 | 
			
		|||
pa_volume_t pa_sw_volume_multiply(pa_volume_t a, pa_volume_t b) PA_GCC_CONST;
 | 
			
		||||
 | 
			
		||||
/** Multiply to per-channel volumes and return the result in *dest. This is only valid for software volumes! */
 | 
			
		||||
pa_cvolume *pa_sw_cvolume_multiply(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b) PA_GCC_PURE;
 | 
			
		||||
pa_cvolume *pa_sw_cvolume_multiply(pa_cvolume *dest, const pa_cvolume *a, const pa_cvolume *b);
 | 
			
		||||
 | 
			
		||||
/** Convert a decibel value to a volume. This is only valid for software volumes! */
 | 
			
		||||
pa_volume_t pa_sw_volume_from_dB(double f) PA_GCC_CONST;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue