aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/asound.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2007-12-17 09:02:22 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:36 +0100
commit28e9e47384d333239a8335b439a92a13d29f91d6 (patch)
tree8bc379720a63487640d275ef36fe92441926c424 /include/sound/asound.h
parent[ALSA] usb audio suspend support (diff)
downloadwireguard-linux-28e9e47384d333239a8335b439a92a13d29f91d6.tar.xz
wireguard-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/sound/asound.h')
-rw-r--r--include/sound/asound.h1
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),