Home
last modified time | relevance | path

Searched refs:imx_phycore_snd_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/fsl/
Dphycore-ac97.c49 static struct platform_device *imx_phycore_snd_device; variable
91 imx_phycore_snd_device = platform_device_alloc("wm9712-codec", -1); in imx_phycore_init()
92 if (!imx_phycore_snd_device) { in imx_phycore_init()
96 ret = platform_device_add(imx_phycore_snd_device); in imx_phycore_init()
106 platform_device_put(imx_phycore_snd_device); in imx_phycore_init()
116 platform_device_unregister(imx_phycore_snd_device); in imx_phycore_exit()