Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sh/
H A Dsh7760-ac97.c35 static struct platform_device *sh7760_ac97_snd_device; variable
47 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1); in sh7760_ac97_init()
48 if (!sh7760_ac97_snd_device) in sh7760_ac97_init()
51 platform_set_drvdata(sh7760_ac97_snd_device, in sh7760_ac97_init()
53 ret = platform_device_add(sh7760_ac97_snd_device); in sh7760_ac97_init()
56 platform_device_put(sh7760_ac97_snd_device); in sh7760_ac97_init()
64 platform_device_unregister(sh7760_ac97_snd_device); in sh7760_ac97_exit()