-
Notifications
You must be signed in to change notification settings - Fork 5.2k
3.17.0 build issue - Arizona codec #708
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
Comments
+CONFIG_GPIO_ARIZONA=m These are the Wolfson (Arizona) specific config lines. |
Thanks. What I did I used my working 3.16.3 config and enabled Wolfson, got the reported issue. With default bcmrpi_defconfig kernel builds. |
Looks like arizona_request_irq is defined when you select CONFIG_MFD_ARIZONA. I'd have thought CONFIG_SND_SOC_ARIZONA and CONFIG_EXTCON_ARIZONA should either depend on or select CONFIG_MFD_ARIZONA, but these files weren't changed by the Wolfson PR, so this looks an upstream linux issue. Check you get the same build error with the same config options on a generic upstream 3.17 kernel and if so report it to upstream linux code. |
OK, thanks. I edited manually .config per crashmaster1 advice and got 3.17.0 working in general. Unfortunately had no time to test whether Wolfsson really works or not. |
Makefile: strip debug info for Rust host programs
Building 3.17.0 get this error:
Building modules, stage 2.
MODPOST 1458 modules
ERROR: "arizona_request_irq" [sound/soc/codecs/snd-soc-arizona.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
The text was updated successfully, but these errors were encountered: