Searched refs:n810_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 Dn810.c337 static struct platform_device *n810_snd_device; variable in typeref:struct:platform_device
356 n810_snd_device = platform_device_alloc("soc-audio", -1);
357 if (!n810_snd_device)
360 platform_set_drvdata(n810_snd_device, &n810_snd_devdata);
361 n810_snd_devdata.dev = &n810_snd_device->dev;
363 err = platform_device_add(n810_snd_device);
367 dev = &n810_snd_device->dev;
406 platform_device_del(n810_snd_device);
408 platform_device_put(n810_snd_device);
421 platform_device_unregister(n810_snd_device);
[all...]

Completed in 25 milliseconds