Scan /sys/class rather than /sys/dev to populate all devices.#71
Open
Ella-0 wants to merge 1 commit intoilliliti:masterfrom
Open
Scan /sys/class rather than /sys/dev to populate all devices.#71Ella-0 wants to merge 1 commit intoilliliti:masterfrom
Ella-0 wants to merge 1 commit intoilliliti:masterfrom
Conversation
9835817 to
aa54a8b
Compare
|
I just tried the patch. It doesn't fix Pipewire, Pipewire requires SOUND_INITIALIZED to be set to 1. I think this patch needs to be adapted to work with this one. #69 |
Author
|
I realized that when I checked the makefile. Anyways, for now I am using your patch + the pipewire one after tweaking it a bit. Its been great! I was able to play Counter Strike:Source and play music, no problems whatsoever. |
Author
|
I'm concerned about potential performance issues here as this seems to be quite slow compared to the previous method. I'm not sure why exactly but things using libudev-zero definitely take longer to start up than before. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #26 #63 #69