mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
control: Remove unused variable.
Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
97145934f0
commit
aa697c9d51
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ int snd_ctl_wait(snd_ctl_t *ctl, int timeout)
|
|||
{
|
||||
struct pollfd *pfd;
|
||||
unsigned short revents;
|
||||
int i, npfds, err, err_poll;
|
||||
int npfds, err, err_poll;
|
||||
|
||||
npfds = snd_ctl_poll_descriptors_count(ctl);
|
||||
if (npfds <= 0 || npfds >= 16) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue