aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-06-29 17:57:12 +0200
committerTakashi Iwai <tiwai@suse.de>2007-06-29 17:57:12 +0200
commitc7f54f4c2dfed3665d308c33ea74b816f1214c4f (patch)
treeacac8003ec53349f8bc7c04ee88c61d8ff1c2855
parent38f307dff75ee74a7f44fcc7cc9486f6d88a4b97 (diff)
downloadsalsa-lib-c7f54f4c2dfed3665d308c33ea74b816f1214c4f.tar.gz
Fix missing return
-rw-r--r--src/mixer_macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixer_macros.h b/src/mixer_macros.h
index e83d4e3..6deff7e 100644
--- a/src/mixer_macros.h
+++ b/src/mixer_macros.h
@@ -297,6 +297,7 @@ int _snd_mixer_selem_get_volume_range(snd_mixer_elem_t *elem, int type,
return -EINVAL;
*min = vol->min;
*max = vol->max;
+ return 0;
}
static inline