mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added jack plugin
This commit is contained in:
parent
bb15bea655
commit
be5b2ce72c
4 changed files with 576 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue