Skip to content

Commit 47fd721

Browse files
committed
fixup! Check for hidden input/output before creating PipeWire ports
1 parent 6b6481f commit 47fd721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/soundio/pipewireenumerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ std::pair<uint32_t*, uint32_t*> PipewireEnumerator::createPorts(
708708
nullptr);
709709
pw_properties_setf(props,
710710
PW_KEY_PORT_NAME,
711-
"%s:FL",
711+
"%s:FR",
712712
path.getString().toStdString().c_str());
713713
void* rightPort = pw_filter_add_port(m_pPwFilter,
714714
direction,

0 commit comments

Comments
 (0)