Skip to content

Commit ca41b12

Browse files
committed
chore: capture should be output
1 parent a6cc7d1 commit ca41b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/host/pipewire/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ fn init_roundtrip() -> Option<Vec<Device>> {
585585
let direction = match (group, role) {
586586
("playback", Role::Sink) => DeviceDirection::Duplex,
587587
("playback", Role::Source) => DeviceDirection::Input,
588-
("capture", _) => DeviceDirection::Input,
588+
("capture", _) => DeviceDirection::Output,
589589
_ => {
590590
return;
591591
}

0 commit comments

Comments
 (0)