media-session: DSD is also a valid passthrough format

This commit is contained in:
Wim Taymans 2021-09-17 18:07:41 +02:00
parent ae9f90eccc
commit fb0c5f503f

View file

@ -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;