- added auto-timestamp mode for the port.

snd_seq_port_info_get/set_timestamping()
    snd_seq_port_info_get/set_timestamp_real()
    snd_seq_port_info_get/set_timestamp_queue()
- increased the protocol version to 1.0.1.
This commit is contained in:
Takashi Iwai 2003-07-25 17:24:13 +00:00
parent 60035f4fae
commit 09161437ef
3 changed files with 79 additions and 1 deletions

View file

@ -31,7 +31,7 @@ const char *_snd_module_seq_hw = "";
#define SNDRV_FILE_SEQ "/dev/snd/seq"
#define SNDRV_FILE_ALOADSEQ "/dev/aloadSEQ"
#define SNDRV_SEQ_VERSION_MAX SNDRV_PROTOCOL_VERSION(1, 0, 0)
#define SNDRV_SEQ_VERSION_MAX SNDRV_PROTOCOL_VERSION(1, 0, 1)
typedef struct {
int fd;