Lines Matching refs:omap3pandora_snd_device
220 static struct platform_device *omap3pandora_snd_device; variable
231 omap3pandora_snd_device = platform_device_alloc("soc-audio", -1); in omap3pandora_soc_init()
232 if (omap3pandora_snd_device == NULL) { in omap3pandora_soc_init()
237 platform_set_drvdata(omap3pandora_snd_device, &snd_soc_card_omap3pandora); in omap3pandora_soc_init()
239 ret = platform_device_add(omap3pandora_snd_device); in omap3pandora_soc_init()
245 dac_power_gpio = devm_gpiod_get(&omap3pandora_snd_device->dev, in omap3pandora_soc_init()
252 amp_power_gpio = devm_gpiod_get(&omap3pandora_snd_device->dev, in omap3pandora_soc_init()
259 omap3pandora_dac_reg = regulator_get(&omap3pandora_snd_device->dev, "vcc"); in omap3pandora_soc_init()
262 dev_name(&omap3pandora_snd_device->dev), in omap3pandora_soc_init()
271 platform_device_del(omap3pandora_snd_device); in omap3pandora_soc_init()
273 platform_device_put(omap3pandora_snd_device); in omap3pandora_soc_init()
282 platform_device_unregister(omap3pandora_snd_device); in omap3pandora_soc_exit()