mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-01 11:08:43 -05: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
|
|
@ -115,6 +115,7 @@ enum spa_format {
|
|||
SPA_FORMAT_AUDIO_iec958Codec, /**< codec used (IEC958) (Id enum spa_audio_iec958_codec) */
|
||||
|
||||
SPA_FORMAT_AUDIO_bitorder, /**< bit order (Id enum spa_param_bitorder) */
|
||||
SPA_FORMAT_AUDIO_interleave, /**< Interleave bytes (Int) */
|
||||
|
||||
/* Video Format keys */
|
||||
SPA_FORMAT_START_Video = 0x20000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue