Data Fields | |
| char * | device | 
| snd_ctl_t * | ctl | 
| snd_hctl_t * | hctl | 
| int | attach_flag | 
| snd_ctl_card_info_t * | info | 
| void * | dlhandle | 
| void * | private_data | 
| void(* | private_free )(snd_mixer_class_t *class) | 
Definition at line 46 of file simple_abst.c.
| char* _class_priv::device | 
Definition at line 47 of file simple_abst.c.
Referenced by private_free(), and snd_mixer_sbasic_info().
| snd_ctl_t* _class_priv::ctl | 
Definition at line 48 of file simple_abst.c.
Referenced by private_free(), and snd_mixer_sbasic_info().
| snd_hctl_t* _class_priv::hctl | 
Definition at line 49 of file simple_abst.c.
Referenced by private_free(), and snd_mixer_sbasic_info().
| snd_ctl_card_info_t* _class_priv::info | 
Definition at line 51 of file simple_abst.c.
Referenced by match(), private_free(), and snd_mixer_sbasic_info().
| void* _class_priv::dlhandle | 
Definition at line 53 of file simple_abst.c.
Referenced by snd_mixer_sbasic_get_private(), and snd_mixer_sbasic_set_private().
| void(* _class_priv::private_free)(snd_mixer_class_t *class) | 
Referenced by private_free(), and snd_mixer_sbasic_set_private_free().
 1.5.1