Searched refs:s6105_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/s6000/
H A Ds6105-ipcam.c211 static struct platform_device *s6105_snd_device; variable in typeref:struct:platform_device
226 s6105_snd_device = platform_device_alloc("soc-audio", -1);
227 if (!s6105_snd_device)
230 platform_set_drvdata(s6105_snd_device, &s6105_snd_devdata);
231 s6105_snd_devdata.dev = &s6105_snd_device->dev;
232 platform_device_add_data(s6105_snd_device, &s6105_snd_data,
235 ret = platform_device_add(s6105_snd_device);
237 platform_device_put(s6105_snd_device);
244 platform_device_unregister(s6105_snd_device);

Completed in 31 milliseconds