Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a7f26... Commit: 5a7f261921cf482e17bb9d6641bef8f9c57b7409 Parent: 28e9e47384d333239a8335b439a92a13d29f91d6 Author: Takashi Iwai <tiwai@suse.de> AuthorDate: Mon Dec 17 11:44:25 2007 +0100 Committer: Jaroslav Kysela <perex@perex.cz> CommitDate: Thu Jan 31 17:29:36 2008 +0100 [ALSA] Add SNDRV_PCM_IOCTL_TSTAMP back to compat ioctl The replaced one should be re-added for older alsa-lib. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz> --- sound/core/pcm_compat.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/core/pcm_compat.c b/sound/core/pcm_compat.c index 1fb6ae7..49aa693 100644 --- a/sound/core/pcm_compat.c +++ b/sound/core/pcm_compat.c @@ -483,6 +483,7 @@ static long snd_pcm_ioctl_compat(struct file *file, unsigned int cmd, unsigned l switch (cmd) { case SNDRV_PCM_IOCTL_PVERSION: case SNDRV_PCM_IOCTL_INFO: + case SNDRV_PCM_IOCTL_TSTAMP: case SNDRV_PCM_IOCTL_TTSTAMP: case SNDRV_PCM_IOCTL_HWSYNC: case SNDRV_PCM_IOCTL_PREPARE: - 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
