More pcm_jack plugin changes

This commit is contained in:
Jaroslav Kysela 2003-02-12 21:57:49 +00:00
parent 88bc5d454e
commit 62546a3a32
7 changed files with 41 additions and 5 deletions

View file

@ -512,7 +512,7 @@ static int snd_ctl_open_conf(snd_ctl_t **ctlp, const char *name,
#ifndef PIC
extern void *snd_control_open_symbols(void);
#endif
void *h;
void *h = NULL;
if (snd_config_get_type(ctl_conf) != SND_CONFIG_TYPE_COMPOUND) {
if (name)
SNDERR("Invalid type for CTL %s definition", name);