Removed snd_ctl_pcm_surround_next_device function.

This commit is contained in:
Jaroslav Kysela 2001-05-03 15:11:35 +00:00
parent b8abb93bb7
commit b72c78f887
10 changed files with 9 additions and 96 deletions

View file

@ -289,19 +289,6 @@ int snd_ctl_pcm_next_device(snd_ctl_t *ctl, int * device)
return ctl->ops->pcm_next_device(ctl, device);
}
/**
* \brief Get next PCM surround device number
* \param ctl CTL handle
* \param type surround type
* \param device current device on entry and next device on return
* \return 0 on success otherwise a negative error code
*/
int snd_ctl_pcm_surround_next_device(snd_ctl_t *ctl, snd_pcm_surround_type_t type, int * device)
{
assert(ctl && device);
return ctl->ops->pcm_surround_next_device(ctl, type, device);
}
/**
* \brief Get info about a PCM device
* \param ctl CTL handle