Ticket #669 (closed defect: fixed)
module-jack-* tries to connect to MIDI ports
| Reported by: | adi | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.20 | Component: | module-jack-* |
| Keywords: | Cc: |
Description
The jack sink/source module acquires a port list from the jack server, no matter of the port type.
If it is a device with MIDI ports (i.e. pro-audio soundcards), then the module tries to also connect to those MIDI ports, which is obviously wrong:
E: module-jack-source.c: Failed to connect PulseAudio JACK Source:side-left to firewire_pcm:C6_dev0c_midi_in_0, leaving unconnected.
The attached patch corrects the problem by limiting jack_get_ports to audio ports.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
