Added SNDRV_PCM_IOCTL_TTSTAMP and updated PCM API version to 2.0.9

This commit is contained in:
Jaroslav Kysela 2007-12-17 09:04:42 +01:00
parent ce64f433a6
commit 7562320e3b
2 changed files with 10 additions and 2 deletions

View file

@ -102,7 +102,7 @@ typedef struct {
#define SNDRV_FILE_PCM_STREAM_PLAYBACK ALSA_DEVICE_DIRECTORY "pcmC%iD%ip"
#define SNDRV_FILE_PCM_STREAM_CAPTURE ALSA_DEVICE_DIRECTORY "pcmC%iD%ic"
#define SNDRV_PCM_VERSION_MAX SNDRV_PROTOCOL_VERSION(2, 0, 5)
#define SNDRV_PCM_VERSION_MAX SNDRV_PROTOCOL_VERSION(2, 0, 9)
/* update appl_ptr with driver */
#define FAST_PCM_STATE(hw) \