We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cc7d1 commit ca41b12Copy full SHA for ca41b12
1 file changed
src/host/pipewire/device.rs
@@ -585,7 +585,7 @@ fn init_roundtrip() -> Option<Vec<Device>> {
585
let direction = match (group, role) {
586
("playback", Role::Sink) => DeviceDirection::Duplex,
587
("playback", Role::Source) => DeviceDirection::Input,
588
- ("capture", _) => DeviceDirection::Input,
+ ("capture", _) => DeviceDirection::Output,
589
_ => {
590
return;
591
}
0 commit comments