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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/omap/
H A Dsdp3430.c299 static struct platform_device *sdp3430_snd_device; variable in typeref:struct:platform_device
312 sdp3430_snd_device = platform_device_alloc("soc-audio", -1);
313 if (!sdp3430_snd_device) {
318 platform_set_drvdata(sdp3430_snd_device, &sdp3430_snd_devdata);
319 sdp3430_snd_devdata.dev = &sdp3430_snd_device->dev;
331 ret = platform_device_add(sdp3430_snd_device);
339 platform_device_put(sdp3430_snd_device);
350 platform_device_unregister(sdp3430_snd_device);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/omap/
H A Dsdp3430.c299 static struct platform_device *sdp3430_snd_device; variable in typeref:struct:platform_device
312 sdp3430_snd_device = platform_device_alloc("soc-audio", -1);
313 if (!sdp3430_snd_device) {
318 platform_set_drvdata(sdp3430_snd_device, &sdp3430_snd_devdata);
319 sdp3430_snd_devdata.dev = &sdp3430_snd_device->dev;
331 ret = platform_device_add(sdp3430_snd_device);
339 platform_device_put(sdp3430_snd_device);
350 platform_device_unregister(sdp3430_snd_device);

Completed in 117 milliseconds