mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05: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;
|
break;
|
||||||
|
|
||||||
case SPA_MEDIA_SUBTYPE_iec958:
|
case SPA_MEDIA_SUBTYPE_iec958:
|
||||||
|
case SPA_MEDIA_SUBTYPE_dsd:
|
||||||
pw_log_info("passthrough node %d found", node->id);
|
pw_log_info("passthrough node %d found", node->id);
|
||||||
node->have_passthrough = true;
|
node->have_passthrough = true;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue