mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	alsa: mixer - reorder the type field in path parser
The items array is assigned later and the order of fields is important. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									36a86d4149
								
							
						
					
					
						commit
						3efcb6847d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2781,8 +2781,8 @@ pa_alsa_path* pa_alsa_path_new(const char *paths_dir, const char *fname, pa_alsa
 | 
				
			||||||
        { "priority",            pa_config_parse_unsigned,          NULL, "General" },
 | 
					        { "priority",            pa_config_parse_unsigned,          NULL, "General" },
 | 
				
			||||||
        { "description-key",     pa_config_parse_string,            NULL, "General" },
 | 
					        { "description-key",     pa_config_parse_string,            NULL, "General" },
 | 
				
			||||||
        { "description",         pa_config_parse_string,            NULL, "General" },
 | 
					        { "description",         pa_config_parse_string,            NULL, "General" },
 | 
				
			||||||
        { "type",                parse_type,                        NULL, "General" },
 | 
					 | 
				
			||||||
        { "mute-during-activation", pa_config_parse_bool,           NULL, "General" },
 | 
					        { "mute-during-activation", pa_config_parse_bool,           NULL, "General" },
 | 
				
			||||||
 | 
					        { "type",                parse_type,                        NULL, "General" },
 | 
				
			||||||
        { "eld-device",          parse_eld_device,                  NULL, "General" },
 | 
					        { "eld-device",          parse_eld_device,                  NULL, "General" },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /* [Option ...] */
 | 
					        /* [Option ...] */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue