summaryrefslogtreecommitdiff
path: root/alsamixer
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-01-13 15:42:25 +0000
committerTakashi Iwai <tiwai@suse.de>2005-01-13 15:42:25 +0000
commit2b83c39265ac52c4160cab36b550c017f0ee7ff4 (patch)
treee9920e5a3c59fad1a2d1b8f9af542982f0c7f82e /alsamixer
parent7fe50fb4fa907857aa384023fbab669baca957f9 (diff)
downloadalsa-utils-2b83c39265ac52c4160cab36b550c017f0ee7ff4.tar.gz
Fix compile warnings
Fixed compile warnings due to unused variables.
Diffstat (limited to 'alsamixer')
-rw-r--r--alsamixer/alsamixer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c
index a120879..cf7a3fe 100644
--- a/alsamixer/alsamixer.c
+++ b/alsamixer/alsamixer.c
@@ -524,8 +524,6 @@ static int
mixer_convert_volume(snd_mixer_elem_t *elem,
int vol, int type)
{
- int vol1;
- long v;
long min, max;
if (type != MIXER_ELEM_CAPTURE)
snd_mixer_selem_get_playback_volume_range(elem, &min, &max);