Removed unused variable

This commit is contained in:
Jaroslav Kysela 2003-03-18 17:41:10 +00:00
parent cfe6f7be54
commit ad49e473ec

View file

@ -3,11 +3,11 @@
* \ingroup PCM_Plugins
* \brief PCM Direct Stream Mixing (dmix) Plugin Interface
* \author Jaroslav Kysela <perex@suse.cz>
* \date 2002
* \date 2003
*/
/*
* 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
@ -94,7 +94,6 @@ struct slave_params {
};
typedef struct {
int owners; /* count of all owners */
char socket_name[256]; /* name of communication socket */
snd_pcm_type_t type; /* PCM type (currently only hw) */
snd_pcm_hw_params_t hw_params;