Searched refs:soc_pdev (Results 1 – 1 of 1) sorted by relevance
40 static struct platform_device *soc_pdev; variable46 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()