Searched refs:wm1133_ev1_snd_device (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dwm1133-ev1.c265 static struct platform_device *wm1133_ev1_snd_device; variable in typeref:struct:platform_device
285 wm1133_ev1_snd_device = platform_device_alloc("soc-audio", -1);
286 if (!wm1133_ev1_snd_device)
289 platform_set_drvdata(wm1133_ev1_snd_device, &wm1133_ev1_snd_devdata);
290 wm1133_ev1_snd_devdata.dev = &wm1133_ev1_snd_device->dev;
291 ret = platform_device_add(wm1133_ev1_snd_device);
294 platform_device_put(wm1133_ev1_snd_device);
302 platform_device_unregister(wm1133_ev1_snd_device);

Completed in 67 milliseconds