mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Missing enum change
This commit is contained in:
parent
5b0d5f0a49
commit
ccb399f0cd
3 changed files with 21 additions and 20 deletions
|
|
@ -80,7 +80,7 @@ int snd_ctl_cwrite(snd_ctl_t *ctl, snd_control_t *control)
|
|||
return ctl->ops->cwrite(ctl, control);
|
||||
}
|
||||
|
||||
int snd_ctl_hwdep_next_device(snd_ctl_t *ctl, int * device)
|
||||
int snd_ctl_hwdep_next_device(snd_ctl_t *ctl, int *device)
|
||||
{
|
||||
assert(ctl && device);
|
||||
return ctl->ops->hwdep_next_device(ctl, device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue