mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									d8e0c1c6bd
								
							
						
					
					
						commit
						e313fe1b3d
					
				
					 42 changed files with 233 additions and 160 deletions
				
			
		| 
						 | 
				
			
			@ -51,9 +51,10 @@
 | 
			
		|||
#include "alsa-util.h"
 | 
			
		||||
#include "module-alsa-source-symdef.h"
 | 
			
		||||
 | 
			
		||||
PA_MODULE_AUTHOR("Lennart Poettering")
 | 
			
		||||
PA_MODULE_DESCRIPTION("ALSA Source")
 | 
			
		||||
PA_MODULE_VERSION(PACKAGE_VERSION)
 | 
			
		||||
PA_MODULE_AUTHOR("Lennart Poettering");
 | 
			
		||||
PA_MODULE_DESCRIPTION("ALSA Source");
 | 
			
		||||
PA_MODULE_VERSION(PACKAGE_VERSION);
 | 
			
		||||
PA_MODULE_LOAD_ONCE(FALSE);
 | 
			
		||||
PA_MODULE_USAGE(
 | 
			
		||||
        "source_name=<name for the source> "
 | 
			
		||||
        "device=<ALSA device> "
 | 
			
		||||
| 
						 | 
				
			
			@ -63,7 +64,7 @@ PA_MODULE_USAGE(
 | 
			
		|||
        "fragments=<number of fragments> "
 | 
			
		||||
        "fragment_size=<fragment size> "
 | 
			
		||||
        "channel_map=<channel map> "
 | 
			
		||||
        "mmap=<enable memory mapping?>")
 | 
			
		||||
        "mmap=<enable memory mapping?>");
 | 
			
		||||
 | 
			
		||||
#define DEFAULT_DEVICE "default"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue