Searched refs:em_x270_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 Dem-x270.c65 static struct platform_device *em_x270_snd_device; variable in typeref:struct:platform_device
75 em_x270_snd_device = platform_device_alloc("soc-audio", -1);
76 if (!em_x270_snd_device)
79 platform_set_drvdata(em_x270_snd_device, &em_x270_snd_devdata);
80 em_x270_snd_devdata.dev = &em_x270_snd_device->dev;
81 ret = platform_device_add(em_x270_snd_device);
84 platform_device_put(em_x270_snd_device);
91 platform_device_unregister(em_x270_snd_device);

Completed in 101 milliseconds