mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	* add new parameter to pa_open_config_file() to specify open mode
* modify pa_sink_input_new() to take initial volume settings as argument * call pa_sink_input_set_volume() when changing stream volume in protocol-esound.c to make sure that subscribe events are issued properly git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@858 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									e46f8f8eb3
								
							
						
					
					
						commit
						be05b18c6f
					
				
					 15 changed files with 43 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,7 @@ int pa_lock_fd(int fd, int b);
 | 
			
		|||
int pa_lock_lockfile(const char *fn);
 | 
			
		||||
int pa_unlock_lockfile(const char *fn, int fd);
 | 
			
		||||
 | 
			
		||||
FILE *pa_open_config_file(const char *env, const char *global, const char *local, char **result);
 | 
			
		||||
FILE *pa_open_config_file(const char *global, const char *local, const char *env, char **result, const char *mode);
 | 
			
		||||
 | 
			
		||||
char *pa_hexstr(const uint8_t* d, size_t dlength, char *s, size_t slength);
 | 
			
		||||
size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue