Searched refs:nuc900evb_asoc_dev (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/nuc900/
H A Dnuc900-audio.c45 static struct platform_device *nuc900evb_asoc_dev; variable in typeref:struct:platform_device
52 nuc900evb_asoc_dev = platform_device_alloc("soc-audio", -1);
53 if (!nuc900evb_asoc_dev)
57 platform_set_drvdata(nuc900evb_asoc_dev, &nuc900evb_ac97_devdata);
59 nuc900evb_ac97_devdata.dev = &nuc900evb_asoc_dev->dev;
60 ret = platform_device_add(nuc900evb_asoc_dev);
63 platform_device_put(nuc900evb_asoc_dev);
64 nuc900evb_asoc_dev = NULL;
73 platform_device_unregister(nuc900evb_asoc_dev);

Completed in 88 milliseconds