-
Notifications
You must be signed in to change notification settings - Fork 294
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
The latest kernel will be supported by MID-October at the latest! #249
Comments
Thanks a lot to @HinTak for supporting ReSpeaker and let's put all issues together. We'll solve your problems together in the next update. |
The easiest for Seeed Studio would be to just pull my v5.5 branch in, and fix what remaining problem there is. (the "scheduling while atomic" issue - I think the spinlock should likely be a mutex). The donate link in my FontVal repo asks for credit card details - this one might work better for pp to pp : https://paypal.me/HinTakLeung?locale.x=en_GB for donating / sponsoring my work. |
Here is the other donate link - https://sourceforge.net/p/hp-pxl-jetready/donate/ - both uses PayPal, but one is pp to pp and the other accepts credit cards. |
#247 is Afaik a different issue: the driver does not provide a master volume control, so alsa does not find one. #213 is yet another issue: the current respeaker driver code cannot be accepted upstream, because the linux kernel has always have a policy of accepting contributions from people using their real / legal names, with valid email addresses. Having fake copyright messages is a straight-forward case of rejection. #216 - some of the ideas in there about improving the install script is good and separate. |
@HinTak Thank you for collecting questions. What's your E-mail address? We consider other better ways to thank you. |
Hi HinTak,
I don't think the spinlock should be a mutex, cause XXX_trigger sometimes be in soft-interrupt environment. |
See my comment regarding #213 - my listed email in the linux kernel tree ( in the MAINTAINERS file), the same one associated with my github account, is genuine and correct. #213 is yet another issue: the current respeaker driver code cannot be accepted upstream, because the linux kernel has always have a policy of accepting contributions from people using their real / legal names, with valid email addresses. Having fake copyright messages is a straight-forward case of rejection. |
The spinlock takes way too long - it needs to be something else. |
I konw there are too much things about the codec driver which could not accept by linux community.
The codec driver need to start codec sysclk by accessing I2C in XXX_trigger, caused by some limitation about hardware. |
Hi all, |
So you are saying the master now should work with recent raspbian kernel? |
@lxne yes, master is now identical to rel-v5.5 . It is functionally identical to my v5.5 branch though, which means it still needs work on the "scheduling while atomic" issue. There is also an upstream issue (I filed raspberrypi/linux#3865 9 days ago) that current 64-bit raspbian does not work. If you want 64-bit, you need to use ubuntu or something non-raspbian. |
My email is as in the commit messages - at least two projects I work on - the linux kernel and wine - has a policy of only accepting changes from people with real full legal names and proper email addresses. My email is the same one listed in the linux kernel source tree's MAINTAINERS file, under rtl8187 (wifi device) which I co-wrote. |
@Pillar1989 @turmary btw, if you have any documentation or original code samples about the ac101/ac108 codecs and / or materials from allwinner's , that you cannot post publicly, please feel free to send to the same sourceforge email address I use. I suspect some of them might be in Chinese only - I do read /write Chinese natively, if that helps, although I do not usually read, and even less often write, in Chinese for technical matters. (and actual financial commission / sponsorship is useful too...) |
@HinTak we havn't permission to share resource to you. |
The spinlock issue has not been tackled... |
Ubuntu still not supported, waste few days got no solution.
|
Thank you very much for your support for Seeed products. We've been looking at the ReSpeaker product line, and we're working on the driver update. The kernel will maintain its drivers throughout the product life cycle.
The text was updated successfully, but these errors were encountered: