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

Scan /sys/class rather than /sys/dev to populate all devices. #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ella-0
Copy link

@Ella-0 Ella-0 commented Jul 11, 2024

Fixes #26 #63 #69

@Ella-0 Ella-0 force-pushed the enumerate-from-class branch from 9835817 to aa54a8b Compare July 11, 2024 20:40
@xplshn
Copy link

xplshn commented Jul 21, 2024

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

@Ella-0
Copy link
Author

Ella-0 commented Jul 21, 2024

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

it's intended to be used with #70

@xplshn
Copy link

xplshn commented Jul 21, 2024

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.

@Ella-0
Copy link
Author

Ella-0 commented Aug 10, 2024

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.

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.

Doesn't work with pipewire
2 participants