mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: DSD is also a valid passthrough format
This commit is contained in:
parent
ae9f90eccc
commit
fb0c5f503f
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ static bool find_format(struct node *node)
|
|||
break;
|
||||
|
||||
case SPA_MEDIA_SUBTYPE_iec958:
|
||||
case SPA_MEDIA_SUBTYPE_dsd:
|
||||
pw_log_info("passthrough node %d found", node->id);
|
||||
node->have_passthrough = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue