mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-30 11:10:29 -04:00
spa: add interleave DSD param
And make alsa report the interleaving.
This commit is contained in:
parent
25d39a5ea1
commit
af6e887077
6 changed files with 33 additions and 8 deletions
|
|
@ -195,6 +195,7 @@ enum spa_param_process_latency {
|
|||
};
|
||||
|
||||
enum spa_param_bitorder {
|
||||
SPA_PARAM_BITORDER_unknown, /**< unknown bitorder */
|
||||
SPA_PARAM_BITORDER_msb, /**< most significant bit */
|
||||
SPA_PARAM_BITORDER_lsb, /**< least significant bit */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue