mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: add option to disable htimestamps
Add api.alsa.htimestamp to disable the use of hires timestamps.
This commit is contained in:
parent
3dab0091bb
commit
f76191c792
2 changed files with 23 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue