Skip to content
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

Add profile for Behringer UMC202HD #188

Closed
wants to merge 2 commits into from

Conversation

Eiseiche
Copy link
Contributor

Edited #128 for UMC202HD support (thx @brndd for initial work).

alsa-info.txt
spa-acp-tool.txt


Macro [
{
SplitPCM {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required. There is no requirement to split the stream which has already 2 channels.

Macro [
{
CtlRemapStereoVolSw {
Dst "Line A Playback"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required. The switch / volume controls have only 2 values.

PlaybackMixer "default:${CardId}"
PlaybackMixerElem "Line A"
}
Macro.pcm_split.SplitPCMDevice {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this block.

Value {
PlaybackPriority 200
PlaybackMixer "default:${CardId}"
PlaybackMixerElem "Line A"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to PlaybackMixerElem "UMC202HD 192k Output" resp. PlaybackMixerElem "${var:PCMPlaybackElem}" and define PCMPlaybackElem variable.

Comment "Line A"
Value {
PlaybackPriority 200
PlaybackMixer "default:${CardId}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line.

SectionDevice."Line1" {
Comment "Line A"
Value {
PlaybackPriority 200
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add PlaybackPCM "hw:${CardId}" here.

Copy link
Member

@perexg perexg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, merge both changes to one commit (use force push to your branch) and add Signed-off-by: line to the comment.

@perexg perexg closed this in 87ebfe5 Aug 29, 2022
@perexg
Copy link
Member

perexg commented Aug 29, 2022

Ok, I did the requested changes and merged in 87ebfe5 . Create a new issue or PR, if you find any bug.

ninelore pushed a commit to ninelore/alsa-ucm-conf-cros that referenced this pull request Jun 10, 2024
Fixes: alsa-project#188
From: Eiseiche <108142668+Eiseiche@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants