mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-25 09:05:57 -04: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
8ff40e6252
commit
9e88aafa30
2 changed files with 10 additions and 6 deletions
|
|
@ -228,7 +228,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