mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	sink, source: Support creating suspended sinks and sources
The initial state of a sink or source might not necessarily be IDLE, because sometimes it might be suspended from the very beginning.
This commit is contained in:
		
							parent
							
								
									0ee5fa6377
								
							
						
					
					
						commit
						f280e8b50d
					
				
					 5 changed files with 20 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -265,6 +265,8 @@ typedef enum pa_source_message {
 | 
			
		|||
} pa_source_message_t;
 | 
			
		||||
 | 
			
		||||
typedef struct pa_source_new_data {
 | 
			
		||||
    pa_suspend_cause_t suspend_cause;
 | 
			
		||||
 | 
			
		||||
    char *name;
 | 
			
		||||
    pa_proplist *proplist;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue