mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-06 07:15:35 -04:00
alsa-pcm: add dsd bit order parameter
Signed-off-by: Martin Geier <martin.geier@streamunlimited.com>
This commit is contained in:
parent
9afa0cd270
commit
4976ac7ef9
2 changed files with 4 additions and 1 deletions
|
|
@ -228,6 +228,7 @@ struct state {
|
|||
unsigned int is_pro:1;
|
||||
unsigned int sources_added:1;
|
||||
unsigned int auto_link:1;
|
||||
unsigned int dsd_lsb:1;
|
||||
unsigned int linked:1;
|
||||
unsigned int is_batch:1;
|
||||
unsigned int force_rate:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue