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

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

Completed in 126 milliseconds