diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-12-14 06:10:26 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:34 -0500 |
commit | 6b587ef9a15fa2e1859faf5a8937702ef6c12616 (patch) | |
tree | ed0f6b29cb313cbafe21e46a7281d1a3d3b26946 /sound/core | |
parent | 541eee8768b60ffc233f5ca0796a4cef54df699b (diff) |
[ALSA] Fix old tstamp ioctl for compat_ioctl
Replaced the old SNDRV_PCM_IOCTL_TSTAMP with the new one in
PCM compat_ioctl.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/pcm_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_compat.c b/sound/core/pcm_compat.c index 2b539799d23b..1fb6ae778806 100644 --- a/sound/core/pcm_compat.c +++ b/sound/core/pcm_compat.c | |||
@@ -483,7 +483,7 @@ static long snd_pcm_ioctl_compat(struct file *file, unsigned int cmd, unsigned l | |||
483 | switch (cmd) { | 483 | switch (cmd) { |
484 | case SNDRV_PCM_IOCTL_PVERSION: | 484 | case SNDRV_PCM_IOCTL_PVERSION: |
485 | case SNDRV_PCM_IOCTL_INFO: | 485 | case SNDRV_PCM_IOCTL_INFO: |
486 | case SNDRV_PCM_IOCTL_TSTAMP: | 486 | case SNDRV_PCM_IOCTL_TTSTAMP: |
487 | case SNDRV_PCM_IOCTL_HWSYNC: | 487 | case SNDRV_PCM_IOCTL_HWSYNC: |
488 | case SNDRV_PCM_IOCTL_PREPARE: | 488 | case SNDRV_PCM_IOCTL_PREPARE: |
489 | case SNDRV_PCM_IOCTL_RESET: | 489 | case SNDRV_PCM_IOCTL_RESET: |