Added jack plugin

This commit is contained in:
Jaroslav Kysela 2003-02-12 20:59:38 +00:00
parent bb15bea655
commit be5b2ce72c
4 changed files with 576 additions and 4 deletions

View file

@ -52,7 +52,7 @@ static int snd_hwdep_open_conf(snd_hwdep_t **hwdep,
#ifndef PIC
extern void *snd_hwdep_open_symbols(void);
#endif
void *h;
void *h = NULL;
if (snd_config_get_type(hwdep_conf) != SND_CONFIG_TYPE_COMPOUND) {
if (name)
SNDERR("Invalid type for HWDEP %s definition", name);