> This patch series adds support for the touchscreen controllers provided
> by Wolfson Microelectronics WM97xx series chips in both polled and
> streaming modes.
We're using the wm9712 codec with the sound/soc/pxa code configured in and
came across this build error:
In file included from include/
In wm97xx-core.c, should
> +int wm97xx_resume(struct device *dev)
be static?
Also, should
> + if (wm->ts_use_count) {
have been changed to
> + if (wm->input_dev->users) {
in this revised revision?
(Oops, that was repetitively redundant. :)
--
To unsubscribe from th
2 matches
Mail list logo