Searched refs:sdp4430_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/omap/
H A Dsdp4430.c187 static struct platform_device *sdp4430_snd_device; variable in typeref:struct:platform_device
199 sdp4430_snd_device = platform_device_alloc("soc-audio", -1);
200 if (!sdp4430_snd_device) {
205 platform_set_drvdata(sdp4430_snd_device, &sdp4430_snd_devdata);
206 sdp4430_snd_devdata.dev = &sdp4430_snd_device->dev;
208 ret = platform_device_add(sdp4430_snd_device);
219 platform_device_put(sdp4430_snd_device);
226 platform_device_unregister(sdp4430_snd_device);

Completed in 35 milliseconds