mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	snd_pcm_route_load_ttable is exported again for pcm_plug.c
This commit is contained in:
		
							parent
							
								
									1e658ea05a
								
							
						
					
					
						commit
						24a2d2c078
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -772,7 +772,8 @@ int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name,
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
 | 
					/* this functions is used from pcm_plug.c */
 | 
				
			||||||
 | 
					int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
 | 
				
			||||||
			      unsigned int tt_csize, unsigned int tt_ssize,
 | 
								      unsigned int tt_csize, unsigned int tt_ssize,
 | 
				
			||||||
			      unsigned int *tt_cused, unsigned int *tt_sused,
 | 
								      unsigned int *tt_cused, unsigned int *tt_sused,
 | 
				
			||||||
			      int schannels)
 | 
								      int schannels)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue