Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ti/
H A Domap3pandora.c220 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()
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()
[all …]