Added missing snd_dlclose() calls

This commit is contained in:
Jaroslav Kysela 2002-11-07 15:18:45 +00:00
parent 358d1998b7
commit 0d7d11889d
10 changed files with 44 additions and 4 deletions

View file

@ -34,6 +34,7 @@ typedef struct {
} snd_hwdep_ops_t;
struct _snd_hwdep {
void *dl_handle;
char *name;
snd_hwdep_type_t type;
int mode;