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

How does PlaybackChannelPos# Work? #209

Open
13r0ck opened this issue Aug 31, 2022 · 2 comments
Open

How does PlaybackChannelPos# Work? #209

13r0ck opened this issue Aug 31, 2022 · 2 comments

Comments

@13r0ck
Copy link
Contributor

13r0ck commented Aug 31, 2022

I found alsa-project/alsa-lib@0ba9995 but doesn't seem to work when setting audio jack output.

I have a mostly working configuration for a motherboard's 3.5mm audio jack output. The only problem is that the C/Sub and Rear jacks are flipped. I am assuming setting the PlaybackChannelPos in the speaker should work, but it doesn't for some reason.

SectionDevice."Speaker" {
    Commant "Speakers"
    Value {
        PlaybackChannel2 "BL"
        PlaybackChannel3 "BR"
        PlaybackChannel4 "FC"
        PlaybackChannel5 "LFE"
    }
}

Any help would be greatly appreciated!

@perexg
Copy link
Member

perexg commented Aug 31, 2022

This feature is not supported in the sound servers at the moment. We just define the way to describe the devices, but the applications using UCM should use those values and implement the functionality.

@13r0ck
Copy link
Contributor Author

13r0ck commented Aug 31, 2022

Thank you for the uodate, is there another way to swap the output terminal for the BR/FC channels?

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

No branches or pull requests

2 participants