Searched refs:soc_pdev (Results 1 – 1 of 1) sorted by relevance
39 static struct platform_device *soc_pdev; variable45 soc_pdev = platform_device_alloc("soc-audio", -1); in txx9aclc_generic_probe()46 if (!soc_pdev) in txx9aclc_generic_probe()48 platform_set_drvdata(soc_pdev, &txx9aclc_generic_card); in txx9aclc_generic_probe()49 ret = platform_device_add(soc_pdev); in txx9aclc_generic_probe()51 platform_device_put(soc_pdev); in txx9aclc_generic_probe()60 platform_device_unregister(soc_pdev); in txx9aclc_generic_remove()