Separate user-set pretty-names from hardware I/O names

This allow to restore original engine port-names as set
by the backend. ALSA MIDI, CoreAudio, CoreMIDI and PortAudio
drivers can provide human readable physical port names for
some devices.
This commit is contained in:
Robin Gareus 2021-01-13 22:07:11 +01:00
parent 01502c6805
commit 21e66216be
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 30 additions and 17 deletions

View file

@ -828,7 +828,7 @@ PulseAudioBackend::register_system_ports ()
return -1;
}
set_latency_range (p, true, lr);
//p->set_pretty_name ("")
//p->set_hw_port_name ("")
_system_outputs.push_back (p);
}
return 0;