mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Merged pcmplug branch.
This commit is contained in:
parent
40d1ee071d
commit
6962a9d6ce
61 changed files with 7172 additions and 6743 deletions
|
|
@ -77,11 +77,11 @@ int snd_mixer_close(snd_mixer_t *handle)
|
|||
return err;
|
||||
}
|
||||
|
||||
int snd_mixer_file_descriptor(snd_mixer_t *handle)
|
||||
int snd_mixer_poll_descriptor(snd_mixer_t *handle)
|
||||
{
|
||||
if (handle == NULL || handle->ctl_handle == NULL)
|
||||
return -EIO;
|
||||
return snd_ctl_file_descriptor(handle->ctl_handle);
|
||||
return snd_ctl_poll_descriptor(handle->ctl_handle);
|
||||
}
|
||||
|
||||
const char *snd_mixer_simple_channel_name(int channel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue