summaryrefslogtreecommitdiff
path: root/src/hwdep
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-02-12 20:59:38 +0000
committerJaroslav Kysela <perex@perex.cz>2003-02-12 20:59:38 +0000
commitbe5b2ce72c67383885154ac97c6d34c581ea4205 (patch)
tree26ef7e1df2b99898087e5ac7a39774033e3c3142 /src/hwdep
parentbb15bea65562850d8ddfe2873d95a7397e1102ae (diff)
downloadalsa-lib-be5b2ce72c67383885154ac97c6d34c581ea4205.tar.gz
Added jack plugin
Diffstat (limited to 'src/hwdep')
-rw-r--r--src/hwdep/hwdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwdep/hwdep.c b/src/hwdep/hwdep.c
index c8285926..c47939ea 100644
--- a/src/hwdep/hwdep.c
+++ b/src/hwdep/hwdep.c
@@ -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);