PA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined
This commit is contained in:
parent
e535a7b800
commit
ef2d8b6cd8
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@
|
|||
|
||||
#include "pa_linux_alsa.h"
|
||||
|
||||
#ifndef SND_PCM_TSTAMP_ENABLE
|
||||
#define SND_PCM_TSTAMP_ENABLE SND_PCM_TSTAMP_MMAP
|
||||
#endif
|
||||
|
||||
/* Defines Alsa function types and pointers to these functions. */
|
||||
#define _PA_DEFINE_FUNC(x) typedef typeof(x) x##_ft; static x##_ft *alsa_##x = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue