-
Notifications
You must be signed in to change notification settings - Fork 237
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
New configuration for Audient EVO4 #303
Comments
So the only suggested change is to replace The easiest way will be to use a condition and use the variables. |
Some relevant data from the hw run:
Device Descriptor Details
USB Stream Information
USB Mixer information
|
Well, I'd like to be able to setup profiles that would allow for ucm to support its full range of capabilities:
I'd also like to be able to configure the option to have the Mic1/Mic2 inputs have balanced output across both channels for either the USB output or the monitors output, but also optionally to be able to route the Mic1/Mic2 inputs separately in the L/R output channels (one in each instead of both in both). My goal here is to get as much functionality as I can in this base UCM configuration, so that the upheaval in the rest of the linux audio space is less impactful on the functionality itself. Then, once I have this working, I am interested in figuring out how to do something similar to what you have in the Focusrite scarlet configuration to support the larger EVO devices similarly. I don't own those and probably won't, but it'd be nice to have broader support for them for the people who do. |
It seems like MOTU M4 - https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/USB-Audio/MOTU/M4-HiFi.conf . See The mixer can be handled on top of the PCM split configuration later. You may look to https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/USB-Audio/Behringer/UMC204HD-HiFi.conf for an example. |
I'd like to assemble a UCM2 configuration for the EVO4 similar to what is present for the id44. These are very similar, except the EVO has two Mic preamps instead of just one. I am trying to build off of the id44 profile, but the docs are a bit thin.
If someone can help me work through this, I'd be happy to submit a PR with the configuration (which could then be a reasonable basis for the EVO8 and 16 as well, if anyone has those and wants to contribute).
The text was updated successfully, but these errors were encountered: