lkml.org 
[lkml]   [2007]   [Dec]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 17 Dec 2007 09:07:49 +0100 (CET)
FromJaroslav Kysela <>
SubjectRe: [PATCH] alsa: fix SNDRV_PCM_IOCTL_TTSTAMP value.
On Sun, 16 Dec 2007, Miguel Botón wrote:

> "[ALSA] Use posix clock monotonic for PCM and timer timestamps" introduces
> a bug that makes audio device unusable in some computers.
> 
> Signed-off-by: Miguel Botón <mboton@gmail.com>

Thanks for notify that old alsa-lib binaries have trouble with this patch. 
But your fix is wrong. New and old ioctls are incompatible. I added old 
ioctl back to our HG tree.

					Jaroslav

> diff --git a/include/sound/asound.h b/include/sound/asound.h
> index 475eb71..d35aa44 100644
> --- a/include/sound/asound.h
> +++ b/include/sound/asound.h
> @@ -443,7 +443,7 @@ enum {
>  enum {
>  	SNDRV_PCM_IOCTL_PVERSION = _IOR('A', 0x00, int),
>  	SNDRV_PCM_IOCTL_INFO = _IOR('A', 0x01, struct snd_pcm_info),
> -	SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x03, int),
> +	SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x02, int),
>  	SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params),
>  	SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params),
>  	SNDRV_PCM_IOCTL_HW_FREE = _IO('A', 0x12),
> 
> -- 
> 	Miguel Botón
> 

-----
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project
\
 
 \ /
  Last update: 2007-12-17 09:11    [from the cache]
©2003-2008