Searched refs:neo1973_gta02_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/s3c24xx/
H A Dneo1973_gta02_wm8753.c426 static struct platform_device *neo1973_gta02_snd_device; variable in typeref:struct:platform_device
443 neo1973_gta02_snd_device = platform_device_alloc("soc-audio", -1);
444 if (!neo1973_gta02_snd_device)
447 platform_set_drvdata(neo1973_gta02_snd_device,
449 neo1973_gta02_snd_devdata.dev = &neo1973_gta02_snd_device->dev;
450 ret = platform_device_add(neo1973_gta02_snd_device);
453 platform_device_put(neo1973_gta02_snd_device);
489 platform_device_unregister(neo1973_gta02_snd_device);
497 platform_device_unregister(neo1973_gta02_snd_device);

Completed in 37 milliseconds