Fix compile warnings

Fixed compile warnings due to unused variables.
This commit is contained in:
Takashi Iwai 2005-01-13 15:42:25 +00:00
parent 7fe50fb4fa
commit 2b83c39265

View file

@ -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);