mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:05:43 +01:00
Fix compile warnings
Fixed compile warnings due to unused variables.
This commit is contained in:
parent
7fe50fb4fa
commit
2b83c39265
1 changed files with 0 additions and 2 deletions
|
@ -524,8 +524,6 @@ static int
|
||||||
mixer_convert_volume(snd_mixer_elem_t *elem,
|
mixer_convert_volume(snd_mixer_elem_t *elem,
|
||||||
int vol, int type)
|
int vol, int type)
|
||||||
{
|
{
|
||||||
int vol1;
|
|
||||||
long v;
|
|
||||||
long min, max;
|
long min, max;
|
||||||
if (type != MIXER_ELEM_CAPTURE)
|
if (type != MIXER_ELEM_CAPTURE)
|
||||||
snd_mixer_selem_get_playback_volume_range(elem, &min, &max);
|
snd_mixer_selem_get_playback_volume_range(elem, &min, &max);
|
||||||
|
|
Loading…
Reference in a new issue