Searched refs:omap3evm_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 Domap3evm.c109 static struct platform_device *omap3evm_snd_device; variable in typeref:struct:platform_device
121 omap3evm_snd_device = platform_device_alloc("soc-audio", -1);
122 if (!omap3evm_snd_device) {
127 platform_set_drvdata(omap3evm_snd_device, &omap3evm_snd_devdata);
128 omap3evm_snd_devdata.dev = &omap3evm_snd_device->dev;
131 ret = platform_device_add(omap3evm_snd_device);
139 platform_device_put(omap3evm_snd_device);
146 platform_device_unregister(omap3evm_snd_device);

Completed in 73 milliseconds