Searched refs:omap3pandora_snd_device (Results 1 – 1 of 1) sorted by relevance
231 static struct platform_device *omap3pandora_snd_device; variable266 omap3pandora_snd_device = platform_device_alloc("soc-audio", -1); in omap3pandora_soc_init()267 if (omap3pandora_snd_device == NULL) { in omap3pandora_soc_init()273 platform_set_drvdata(omap3pandora_snd_device, &snd_soc_card_omap3pandora); in omap3pandora_soc_init()275 ret = platform_device_add(omap3pandora_snd_device); in omap3pandora_soc_init()281 omap3pandora_dac_reg = regulator_get(&omap3pandora_snd_device->dev, "vcc"); in omap3pandora_soc_init()284 dev_name(&omap3pandora_snd_device->dev), in omap3pandora_soc_init()293 platform_device_del(omap3pandora_snd_device); in omap3pandora_soc_init()295 platform_device_put(omap3pandora_snd_device); in omap3pandora_soc_init()307 platform_device_unregister(omap3pandora_snd_device); in omap3pandora_soc_exit()