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

@ -90,7 +90,6 @@ typedef struct {
#define SND_CTL_IOCTL_CLOSE _IO ('U', 0xf2)
#define SND_CTL_IOCTL_POLL_DESCRIPTOR _IO ('U', 0xf3)
#define SND_CTL_IOCTL_ASYNC _IO ('U', 0xf4)
#define SND_CTL_IOCTL_PCM_SURROUND_NEXT_DEVICE _IO ('U', 0xf5)
typedef struct {
int result;
@ -101,10 +100,6 @@ typedef struct {
pid_t pid;
} async;
int device;
struct {
snd_pcm_surround_type_t type;
int device;
} surround;
int subscribe_events;
snd_ctl_card_info_t card_info;
snd_ctl_elem_list_t element_list;