Searched refs:omap2evm_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 Domap2evm.c107 static struct platform_device *omap2evm_snd_device; variable in typeref:struct:platform_device
119 omap2evm_snd_device = platform_device_alloc("soc-audio", -1);
120 if (!omap2evm_snd_device) {
125 platform_set_drvdata(omap2evm_snd_device, &omap2evm_snd_devdata);
126 omap2evm_snd_devdata.dev = &omap2evm_snd_device->dev;
129 ret = platform_device_add(omap2evm_snd_device);
137 platform_device_put(omap2evm_snd_device);
145 platform_device_unregister(omap2evm_snd_device);

Completed in 37 milliseconds