alsa: add option to disable htimestamps

Add api.alsa.htimestamp to disable the use of hires timestamps.
This commit is contained in:
Wim Taymans 2023-06-29 16:23:39 +02:00
parent 3dab0091bb
commit f76191c792
2 changed files with 23 additions and 7 deletions

View file

@ -201,6 +201,7 @@ struct state {
unsigned int is_iec958:1;
unsigned int is_hdmi:1;
unsigned int multi_rate:1;
unsigned int htimestamp:1;
uint64_t iec958_codecs;