Compilation fixes (asound.h removal)

This commit is contained in:
Jaroslav Kysela 2001-08-22 06:39:08 +00:00
parent b11ed04ea0
commit 18f147735f
2 changed files with 8 additions and 3 deletions

View file

@ -230,9 +230,9 @@ typedef enum _snd_pcm_tstamp {
} snd_pcm_tstamp_t;
/** Unsigned frames quantity */
typedef sndrv_pcm_uframes_t snd_pcm_uframes_t;
typedef unsigned long snd_pcm_uframes_t;
/** Signed frames quantity */
typedef sndrv_pcm_sframes_t snd_pcm_sframes_t;
typedef long snd_pcm_sframes_t;
/** Timestamp */
typedef struct timeval snd_timestamp_t;