Home
last modified time | relevance | path

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

/sound/soc/ti/
Domap3pandora.c221 static struct platform_device *omap3pandora_snd_device; variable
256 omap3pandora_snd_device = platform_device_alloc("soc-audio", -1); in omap3pandora_soc_init()
257 if (omap3pandora_snd_device == NULL) { in omap3pandora_soc_init()
263 platform_set_drvdata(omap3pandora_snd_device, &snd_soc_card_omap3pandora); in omap3pandora_soc_init()
265 ret = platform_device_add(omap3pandora_snd_device); in omap3pandora_soc_init()
271 omap3pandora_dac_reg = regulator_get(&omap3pandora_snd_device->dev, "vcc"); in omap3pandora_soc_init()
274 dev_name(&omap3pandora_snd_device->dev), in omap3pandora_soc_init()
283 platform_device_del(omap3pandora_snd_device); in omap3pandora_soc_init()
285 platform_device_put(omap3pandora_snd_device); in omap3pandora_soc_init()
297 platform_device_unregister(omap3pandora_snd_device); in omap3pandora_soc_exit()