Home
last modified time | relevance | path

Searched refs:em_x270_snd_device (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/pxa/
H A Dem-x270.c58 static struct platform_device *em_x270_snd_device; variable
68 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
69 if (!em_x270_snd_device) in em_x270_init()
72 platform_set_drvdata(em_x270_snd_device, &em_x270); in em_x270_init()
73 ret = platform_device_add(em_x270_snd_device); in em_x270_init()
76 platform_device_put(em_x270_snd_device); in em_x270_init()
83 platform_device_unregister(em_x270_snd_device); in em_x270_exit()

Completed in 1 milliseconds