Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dem-x270.c62 static struct platform_device *em_x270_snd_device; variable
72 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
73 if (!em_x270_snd_device) in em_x270_init()
76 platform_set_drvdata(em_x270_snd_device, &em_x270); in em_x270_init()
77 ret = platform_device_add(em_x270_snd_device); in em_x270_init()
80 platform_device_put(em_x270_snd_device); in em_x270_init()
87 platform_device_unregister(em_x270_snd_device); in em_x270_exit()