Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/txx9/
Dtxx9aclc-generic.c39 static struct platform_device *soc_pdev; variable
45 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()