Skip to content

Commit

Permalink
ALSA: Remove obsolete snd_xferv struct and ioctls
Browse files Browse the repository at this point in the history
Removed obsleted snd_xferv struct and ioctls that are no longer used
in the current codebase.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Mar 11, 2009
1 parent fec6c6f commit 47e78ec
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions include/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -919,18 +919,4 @@ struct snd_ctl_event {
#define SNDRV_CTL_NAME_IEC958_PCM_STREAM "PCM Stream"
#define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NAME_IEC958_##what

/*
*
*/

struct snd_xferv {
const struct iovec *vector;
unsigned long count;
};

enum {
SNDRV_IOCTL_READV = _IOW('K', 0x00, struct snd_xferv),
SNDRV_IOCTL_WRITEV = _IOW('K', 0x01, struct snd_xferv),
};

#endif /* __SOUND_ASOUND_H */

0 comments on commit 47e78ec

Please sign in to comment.