-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement request: Add "pretty" port names #32
Comments
Hi @galileo-pkm, Thanks for the idea. I've been considering about how to implement it by ALSA functionalities for a long time. At the first place, ALSA has no functionality to deliver detail information about each pcm channels into applications. Therefore your idea should involve any change in ALSA core itself. Actually, you can see the pretty port names for the devices only handled by libffado[1]. On the other hand, you can see no pretty port names for the devices handled by the other backends[2]. It means that you need to encourage ALSA and JACK developers to introduce such functionality into ALSA core, then implement it into JACK code (in Jack::JackAlsaDriver::Attach()). When the above is done, we can discuss about the issue for ALSA firewire stack. [1] You can see the corresponding code here: https://github.com/jackaudio/jack2/blob/develop/linux/firewire/JackFFADODriver.cpp#L505 |
Fat chance of that happening. |
I guess that you encounter the issue reported in the below thread: https://mailman.alsa-project.org/pipermail/alsa-devel/2020-March/165257.html FA-66 uses DM1000 chipset produced by BridgeCo. AG with BridgeCo. Enhancement Break Out Box (BeBoB). I know the model sometimes reboot when breaking connection for packet streaming. Unfortunately, I don't know the cause yet.
The value of
https://github.com/alsa-project/alsa-lib/blob/master/src/conf/alsa.conf#L181 The field is not designed to give name of each port, against your expectation. |
I believe that it is a different kind of issue. They report that the device resets. That's with FFado, not your driver and it is really random, happens 1 in 10 times |
When using JackD it would be beneficial to add port aliases the same way FFado does.
For example, with FFado:
with snd_bebob:
All of my attempts to do so via jack_property have failed ...
The text was updated successfully, but these errors were encountered: