alsa: add api.alsa.auto-link option

Add an option to automatically use snd_pcm_link when the follower clock
is matching the driver. Only set this to true in pro-audio and when
nodes are scheduled together.

See #3556
This commit is contained in:
Wim Taymans 2023-10-09 10:10:46 +02:00
parent 0dfa05117b
commit 896fea62c2
3 changed files with 6 additions and 1 deletions

View file

@ -214,6 +214,7 @@ struct state {
unsigned int htimestamp:1;
unsigned int is_pro:1;
unsigned int sources_added:1;
unsigned int auto_link:1;
unsigned int linked:1;
uint64_t iec958_codecs;