mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	switch-on-port-available: Add some basic properties
Apparently I forgot about this for like, five years, but better late than never! Signed-off-by: David Henningsson <diwic@ubuntu.com>
This commit is contained in:
		
							parent
							
								
									d1fa269216
								
							
						
					
					
						commit
						5c7b543cb7
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -29,6 +29,11 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "module-switch-on-port-available-symdef.h"
 | 
					#include "module-switch-on-port-available-symdef.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					PA_MODULE_AUTHOR("David Henningsson");
 | 
				
			||||||
 | 
					PA_MODULE_DESCRIPTION("Switches ports and profiles when devices are plugged/unplugged");
 | 
				
			||||||
 | 
					PA_MODULE_LOAD_ONCE(true);
 | 
				
			||||||
 | 
					PA_MODULE_VERSION(PACKAGE_VERSION);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct card_info {
 | 
					struct card_info {
 | 
				
			||||||
    struct userdata *userdata;
 | 
					    struct userdata *userdata;
 | 
				
			||||||
    pa_card *card;
 | 
					    pa_card *card;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue