Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/txx9/
Dtxx9aclc-generic.c40 static struct platform_device *soc_pdev; variable
46 soc_pdev = platform_device_alloc("soc-audio", -1); in txx9aclc_generic_probe()
47 if (!soc_pdev) in txx9aclc_generic_probe()
49 platform_set_drvdata(soc_pdev, &txx9aclc_generic_card); in txx9aclc_generic_probe()
50 ret = platform_device_add(soc_pdev); in txx9aclc_generic_probe()
52 platform_device_put(soc_pdev); in txx9aclc_generic_probe()
61 platform_device_unregister(soc_pdev); in txx9aclc_generic_remove()