-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature Request: WM8960 Audio Codec Support for Radxa Zero 2 Pro #396
Comments
I tried to create an overlay, connected the hardware and tested it. I am able to see the card recognized but the audio is not working. I am not sure what is causing the problem and I'd appreciate any help on resolving/debugging the problem. I have added my findings in a radxa forum post. ( https://forum.radxa.com/t/where-is-the-documentation-on-i2s-support-in-radxa-zero-2-pro/25939/4?u=rajesh ). Please take a look at it and let me know what else can I try. The following is the latest dts overlay I tried which is adapted from the raspberry pi dts source for wm8960.
|
amlogic's i2s node is not supported in simple-audio-card |
Also |
Thank you. I see wm8960.c and wm8960.h in the Linux kernel source and assumed getting the WM8960 to work with Radxa Zero 2 Pro using simple-audio-card would be easy. Since Amlogic's I2S node isn’t supported in simple-audio-card, can the Amlogic AXG sound card work with the WM8960? If it’s incompatible or requires major driver changes, I’ll look for other options. Are there any docs or code samples I can refer to for making WM8960 work with Radxa Zero 2 Pro?
This is a shot in the dark but I would like to know if I can modify this sample AXG sound interface dts file to include the support for WM8960. If yes, please let me know where to look for the relevant docs. |
WM8960 is a popular and well-supported codec with good Linux driver support. Radxa Zero 2 pro board have 3 TDM (I2S) Interfaces but no software support for one of the widely available (and cheapest) audio codec out there. Can anyone from the the radxa team write the dts overlay and driver for the wm8960 board?
Hardware:
DTS Overlay Requirements:
Implementation using simple-audio-card binding:
The text was updated successfully, but these errors were encountered: