mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Added I2S to sort tables.
This commit is contained in:
		
							parent
							
								
									c29b7ab714
								
							
						
					
					
						commit
						53fc0f6332
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -155,8 +155,8 @@ static int get_compare_weight(const char *name)
 | 
				
			||||||
		"Loopback",
 | 
							"Loopback",
 | 
				
			||||||
		"Analog Loopback",
 | 
							"Analog Loopback",
 | 
				
			||||||
		"Digital Loopback",
 | 
							"Digital Loopback",
 | 
				
			||||||
		"S/PDIF Input",
 | 
							"I2S",
 | 
				
			||||||
		"S/PDIF Output",
 | 
							"IEC958",
 | 
				
			||||||
		NULL
 | 
							NULL
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
	static char *names1[] = {
 | 
						static char *names1[] = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -131,6 +131,8 @@ static int get_compare_weight(const char *name, int index)
 | 
				
			||||||
		"Mic",
 | 
							"Mic",
 | 
				
			||||||
		"Video",
 | 
							"Video",
 | 
				
			||||||
		"Phone",
 | 
							"Phone",
 | 
				
			||||||
 | 
							"I2S",
 | 
				
			||||||
 | 
							"IEC958",
 | 
				
			||||||
		"PC Speaker",
 | 
							"PC Speaker",
 | 
				
			||||||
		"Aux",
 | 
							"Aux",
 | 
				
			||||||
		"Mono Output",
 | 
							"Mono Output",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue