mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
alsa-pcm: don't force quantum for iec958 formats
This fixes an issue introduced in 771f71f622
where the quantum is forced and may break applications the specify their
own quantum.
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
This commit is contained in:
parent
d3980f7cef
commit
1b115eaf31
2 changed files with 10 additions and 6 deletions
|
|
@ -227,7 +227,7 @@ struct state {
|
|||
unsigned int auto_link:1;
|
||||
unsigned int linked:1;
|
||||
unsigned int is_batch:1;
|
||||
unsigned int force_position:1;
|
||||
unsigned int force_rate:1;
|
||||
|
||||
uint64_t iec958_codecs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue