alsa: force the rate and quantum for iec958 formats

See #2284
This commit is contained in:
Wim Taymans 2023-10-19 10:42:58 +02:00
parent 42418bece5
commit 771f71f622
3 changed files with 6 additions and 2 deletions

View file

@ -219,6 +219,7 @@ struct state {
unsigned int auto_link:1;
unsigned int linked:1;
unsigned int is_batch:1;
unsigned int force_position:1;
uint64_t iec958_codecs;