Searched refs:nuc900evb_asoc_dev (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/nuc900/
H A Dnuc900-audio.c40 static struct platform_device *nuc900evb_asoc_dev; variable in typeref:struct:platform_device
47 nuc900evb_asoc_dev = platform_device_alloc("soc-audio", -1); nuc900evb_audio_init()
48 if (!nuc900evb_asoc_dev) nuc900evb_audio_init()
52 platform_set_drvdata(nuc900evb_asoc_dev, &nuc900evb_audio_machine); nuc900evb_audio_init()
54 ret = platform_device_add(nuc900evb_asoc_dev); nuc900evb_audio_init()
57 platform_device_put(nuc900evb_asoc_dev); nuc900evb_audio_init()
58 nuc900evb_asoc_dev = NULL; nuc900evb_audio_init()
67 platform_device_unregister(nuc900evb_asoc_dev); nuc900evb_audio_exit()

Completed in 135 milliseconds