mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Removed unused variable
This commit is contained in:
		
							parent
							
								
									cfe6f7be54
								
							
						
					
					
						commit
						ad49e473ec
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,11 +3,11 @@
 | 
				
			||||||
 * \ingroup PCM_Plugins
 | 
					 * \ingroup PCM_Plugins
 | 
				
			||||||
 * \brief PCM Direct Stream Mixing (dmix) Plugin Interface
 | 
					 * \brief PCM Direct Stream Mixing (dmix) Plugin Interface
 | 
				
			||||||
 * \author Jaroslav Kysela <perex@suse.cz>
 | 
					 * \author Jaroslav Kysela <perex@suse.cz>
 | 
				
			||||||
 * \date 2002
 | 
					 * \date 2003
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 *  PCM - Direct Stream Mixing
 | 
					 *  PCM - Direct Stream Mixing
 | 
				
			||||||
 *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
 | 
					 *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *   This library is free software; you can redistribute it and/or modify
 | 
					 *   This library is free software; you can redistribute it and/or modify
 | 
				
			||||||
| 
						 | 
					@ -94,7 +94,6 @@ struct slave_params {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
	int owners;		/* count of all owners */
 | 
					 | 
				
			||||||
	char socket_name[256];	/* name of communication socket */
 | 
						char socket_name[256];	/* name of communication socket */
 | 
				
			||||||
	snd_pcm_type_t type;	/* PCM type (currently only hw) */
 | 
						snd_pcm_type_t type;	/* PCM type (currently only hw) */
 | 
				
			||||||
	snd_pcm_hw_params_t hw_params;
 | 
						snd_pcm_hw_params_t hw_params;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue