Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/pxa/
Dem-x270.c61 static struct platform_device *em_x270_snd_device; variable
71 em_x270_snd_device = platform_device_alloc("soc-audio", -1); in em_x270_init()
72 if (!em_x270_snd_device) in em_x270_init()
75 platform_set_drvdata(em_x270_snd_device, &em_x270); in em_x270_init()
76 ret = platform_device_add(em_x270_snd_device); in em_x270_init()
79 platform_device_put(em_x270_snd_device); in em_x270_init()
86 platform_device_unregister(em_x270_snd_device); in em_x270_exit()