Gitweb: http://git.kernel.org/linus/47e78ecc2adb778c7d2b54924e90433a0182a6ba Commit: 47e78ecc2adb778c7d2b54924e90433a0182a6ba Parent: fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc Author: Takashi Iwai <tiwai@suse.de> AuthorDate: Wed Mar 11 09:50:19 2009 +0100 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Wed Mar 11 09:50:19 2009 +0100 ALSA: Remove obsolete snd_xferv struct and ioctls Removed obsleted snd_xferv struct and ioctls that are no longer used in the current codebase. Signed-off-by: Takashi Iwai <tiwai@suse.de> --- include/sound/asound.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/include/sound/asound.h b/include/sound/asound.h index 1c02ed1..b6e01e6 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -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 */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
