Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/fsl/
Dphycore-ac97.c45 static struct platform_device *imx_phycore_snd_device; variable
87 imx_phycore_snd_device = platform_device_alloc("wm9712-codec", -1); in imx_phycore_init()
88 if (!imx_phycore_snd_device) { in imx_phycore_init()
92 ret = platform_device_add(imx_phycore_snd_device); in imx_phycore_init()
102 platform_device_put(imx_phycore_snd_device); in imx_phycore_init()
112 platform_device_unregister(imx_phycore_snd_device); in imx_phycore_exit()