diff options
author | Jaroslav Kysela | 2007-12-17 09:02:22 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2008-01-31 17:29:36 +0100 |
commit | 28e9e47384d333239a8335b439a92a13d29f91d6 (patch) | |
tree | 8bc379720a63487640d275ef36fe92441926c424 /include | |
parent | [ALSA] usb audio suspend support (diff) | |
download | kernel-qcow2-linux-28e9e47384d333239a8335b439a92a13d29f91d6.tar.gz kernel-qcow2-linux-28e9e47384d333239a8335b439a92a13d29f91d6.tar.xz kernel-qcow2-linux-28e9e47384d333239a8335b439a92a13d29f91d6.zip |
[ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/asound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index 475eb71d65ba..eda5c63ea547 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -443,6 +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_TSTAMP = _IOW('A', 0x02, int), SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x03, 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), |