mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	make PA_GCC_PACKED and PA_GCC_MALLOC actually work
This commit is contained in:
		
							parent
							
								
									c0fb91db54
								
							
						
					
					
						commit
						44bca66c59
					
				
					 5 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -93,7 +93,7 @@ struct userdata {
 | 
			
		|||
 | 
			
		||||
#define ENTRY_VERSION 1
 | 
			
		||||
 | 
			
		||||
struct entry PA_GCC_PACKED {
 | 
			
		||||
struct entry {
 | 
			
		||||
    uint8_t version;
 | 
			
		||||
    pa_bool_t muted_valid:1, relative_volume_valid:1, absolute_volume_valid:1, device_valid:1;
 | 
			
		||||
    pa_bool_t muted:1;
 | 
			
		||||
| 
						 | 
				
			
			@ -101,7 +101,7 @@ struct entry PA_GCC_PACKED {
 | 
			
		|||
    pa_cvolume relative_volume;
 | 
			
		||||
    pa_cvolume absolute_volume;
 | 
			
		||||
    char device[PA_NAME_MAX];
 | 
			
		||||
};
 | 
			
		||||
} PA_GCC_PACKED;
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    SUBCOMMAND_TEST,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue