12 Apr
2009
12 Apr
'09
7:06 p.m.
On Sun, Apr 12, 2009 at 06:58:42PM +0200, Marek Vasut wrote:
+static struct platform_device palmld_pxa2xx_pcm = {
- .name = "pxa2xx-pcm",
- .id = -1,
+};
This should follow the pattern that everything else uses with the struct platform_device in devices.c and board files triggering registration of that.
+static struct platform_device palmld_pxa2xx_ac97 = {
- .name = "pxa2xx-ac97",
- .id = -1,
- .dev = {
.platform_data = &palmld_ac97_pdata,
- },
+};
No, use pxa_set_ac97_info().
+static struct platform_device palmld_wm9712_codec = {
No, the WM9712 is not a platform device.