-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix use of kernel functions unavailable starting with v5.18 #12
base: main
Are you sure you want to change the base?
Fix use of kernel functions unavailable starting with v5.18 #12
Conversation
Works on the AIO Pro with 5.18. |
Hello LGCW, |
Do you have the kernel headers installed? |
Thanks for responding so fast!
Sure, I followed the yt video by the book since instructions on github are a bit sparse.
05.01.2023 20:07:49 Schroedingers-Cat ***@***.***>:
… Do you have the kernel headers installed?
—
Reply to this email directly, view it on GitHub[#12 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AOBWQMK43Q4NKSR4Q4EUGTLWQ4LYFANCNFSM55YNKTIQ].
You are receiving this because you commented.[Verfolgungsbild][https://github.com/notifications/beacon/AOBWQMI7D5WSWZPZN74ZOULWQ4LYFA5CNFSM55YNKTI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOKHIIOII.gif]
|
If you have those installed, can you double check that you've checked out my fork with the |
Oh, I think I was a bit blind and didn't realize you committed a patch. Great! Will try tomorrow and be back than. Thanks! |
Sorry, I was too busy the last weeks. |
Confirmed working on Aside from index out of bounds error in hdspe_mixer.c (that was there before, doesn't seems to be stopping the mixer util from working, or the card) Card is HDSPe AES Analogue noise / interference, doesn;t sound like a driver issue to me? Maybe try card in different machine |
Why did you not merge it? |
Because of #13 |
This PR adds support for Linux Kernel v5.18 and higher which removed two deprecated functions.
I tested this with a HDSPe MADI on kernel versions 5.17, 5.18 and 5.19 on Manjaro.