mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Added hooked PCM type (one sample hook implementation will follow). Some cleaning.
This commit is contained in:
		
							parent
							
								
									7f33541268
								
							
						
					
					
						commit
						7f651b3071
					
				
					 28 changed files with 702 additions and 128 deletions
				
			
		| 
						 | 
				
			
			@ -444,7 +444,7 @@ int snd_ctl_open_conf(snd_ctl_t **ctlp, const char *name,
 | 
			
		|||
		snprintf(buf, sizeof(buf), "_snd_ctl_%s_open", str);
 | 
			
		||||
	}
 | 
			
		||||
	if (!lib)
 | 
			
		||||
		lib = "libasound.so";
 | 
			
		||||
		lib = ALSA_LIB;
 | 
			
		||||
	h = dlopen(lib, RTLD_NOW);
 | 
			
		||||
	if (!h) {
 | 
			
		||||
		SNDERR("Cannot open shared library %s", lib);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue