Searched refs:at91sam9g20ek_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/atmel/
H A Dsam9g20_wm8731.c201 static struct platform_device *at91sam9g20ek_snd_device; variable in typeref:struct:platform_device
250 at91sam9g20ek_snd_device = platform_device_alloc("soc-audio", -1);
251 if (!at91sam9g20ek_snd_device) {
256 platform_set_drvdata(at91sam9g20ek_snd_device,
258 at91sam9g20ek_snd_devdata.dev = &at91sam9g20ek_snd_device->dev;
260 ret = platform_device_add(at91sam9g20ek_snd_device);
263 platform_device_put(at91sam9g20ek_snd_device);
290 platform_device_unregister(at91sam9g20ek_snd_device);
291 at91sam9g20ek_snd_device = NULL;

Completed in 43 milliseconds