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

0db0:543d Micro Star International USB Audio #427

Closed
vividnightmare opened this issue Jun 27, 2024 · 0 comments
Closed

0db0:543d Micro Star International USB Audio #427

vividnightmare opened this issue Jun 27, 2024 · 0 comments

Comments

@vividnightmare
Copy link

I have MSI TRX40 Pro 10G on Arch Linux.

alsa-ucm-conf 1.2.12-1
linux-zen 6.9.6.zen1-1

The sound device is reported with lsusb as 0db0:543d Micro Star International USB Audio

With default configuration, all seems well until hearing 5.1/7.1 channel audio.
At this point it is realized that my 2.1 configuration is playing audio in surround mode and I'm missing virtually all of the most important sound.

After researching for a while, I've found the following to hacky-workaround? the issue:

90c90
<               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c]|97|f1)))|(0db0:(005a|124b|151f|1feb|3130|36e7|4(19c|22d|240|88c)|62a4|6c[0c]9|70d3|7696|82c7|8af7|961e|a(073|228|47c|74b)|b202|d1d7|d6e7))|(26ce:0a0[68]))"
---
>               Regex "USB((0414:a0(0e|1[0124]))|(0b05:(19(84|9[69])|1a(16|2[07]|5[23c]|97|f1)))|(0db0:(005a|124b|151f|1feb|3130|36e7|4(19c|22d|240|88c)|543d|62a4|6c[0c]9|70d3|7696|82c7|8af7|961e|a(073|228|47c|74b)|b202|d1d7|d6e7))|(26ce:0a0[68]))"

This adds matching under ALC4080 for my 0db0:543d.

After this I have 2.1 as well as the ability to select 5.1 or 7.1.

I have patched the alsa-ucm-conf package locally with epoch to finalize the configuration.

However, I do not know that this is the appropriate solution. Whether my sound device is mis-identified by ALSA/UCM, misrepresented by MSI? Something else?

Please advise and perhaps this can be resolved in a way that benefits more than just myself.

@perexg perexg closed this as completed in 9da9af1 Aug 2, 2024
perexg added a commit that referenced this issue Aug 2, 2024
Closes: #427
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

No branches or pull requests

1 participant