mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	jack: made it possible to use multiple jack sources and sinks
This commit is contained in:
		
							parent
							
								
									a7667b990e
								
							
						
					
					
						commit
						5d20f571bc
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@
 | 
			
		|||
 | 
			
		||||
PA_MODULE_AUTHOR("Lennart Poettering");
 | 
			
		||||
PA_MODULE_DESCRIPTION("JACK Sink");
 | 
			
		||||
PA_MODULE_LOAD_ONCE(true);
 | 
			
		||||
PA_MODULE_LOAD_ONCE(false);
 | 
			
		||||
PA_MODULE_VERSION(PACKAGE_VERSION);
 | 
			
		||||
PA_MODULE_USAGE(
 | 
			
		||||
        "sink_name=<name for the sink> "
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@
 | 
			
		|||
PA_MODULE_AUTHOR("Lennart Poettering");
 | 
			
		||||
PA_MODULE_DESCRIPTION("JACK Source");
 | 
			
		||||
PA_MODULE_VERSION(PACKAGE_VERSION);
 | 
			
		||||
PA_MODULE_LOAD_ONCE(true);
 | 
			
		||||
PA_MODULE_LOAD_ONCE(false);
 | 
			
		||||
PA_MODULE_USAGE(
 | 
			
		||||
        "source_name=<name for the source> "
 | 
			
		||||
        "source_properties=<properties for the source> "
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue