diff options
Diffstat (limited to 'include/sound/asound.h')
-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 { | |||
443 | enum { | 443 | enum { |
444 | SNDRV_PCM_IOCTL_PVERSION = _IOR('A', 0x00, int), | 444 | SNDRV_PCM_IOCTL_PVERSION = _IOR('A', 0x00, int), |
445 | SNDRV_PCM_IOCTL_INFO = _IOR('A', 0x01, struct snd_pcm_info), | 445 | SNDRV_PCM_IOCTL_INFO = _IOR('A', 0x01, struct snd_pcm_info), |
446 | SNDRV_PCM_IOCTL_TSTAMP = _IOW('A', 0x02, int), | ||
446 | SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x03, int), | 447 | SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x03, int), |
447 | SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params), | 448 | SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params), |
448 | SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params), | 449 | SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params), |