mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	latency
esound volume changing git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@43 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									d571be6f51
								
							
						
					
					
						commit
						961fb4466a
					
				
					 7 changed files with 167 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -120,6 +120,8 @@ struct socket_client* socket_client_new_ipv4(struct pa_mainloop_api *m, uint32_t
 | 
			
		|||
        goto fail;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    make_tcp_socket_low_delay(c->fd);
 | 
			
		||||
 | 
			
		||||
    sa.sin_family = AF_INET;
 | 
			
		||||
    sa.sin_port = htons(port);
 | 
			
		||||
    sa.sin_addr.s_addr = htonl(address);
 | 
			
		||||
| 
						 | 
				
			
			@ -147,6 +149,8 @@ struct socket_client* socket_client_new_unix(struct pa_mainloop_api *m, const ch
 | 
			
		|||
        goto fail;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    make_socket_low_delay(c->fd);
 | 
			
		||||
 | 
			
		||||
    sa.sun_family = AF_LOCAL;
 | 
			
		||||
    strncpy(sa.sun_path, filename, sizeof(sa.sun_path)-1);
 | 
			
		||||
    sa.sun_path[sizeof(sa.sun_path) - 1] = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue