Searched refs:imote2_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/pxa/
H A Dimote2.c84 static struct platform_device *imote2_snd_device; variable in typeref:struct:platform_device
92 imote2_snd_device = platform_device_alloc("soc-audio", -1);
93 if (!imote2_snd_device)
96 platform_set_drvdata(imote2_snd_device, &imote2_snd_devdata);
97 imote2_snd_devdata.dev = &imote2_snd_device->dev;
98 ret = platform_device_add(imote2_snd_device);
100 platform_device_put(imote2_snd_device);
108 platform_device_unregister(imote2_snd_device);

Completed in 53 milliseconds