Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/sh/
Dsh7760-ac97.c36 static struct platform_device *sh7760_ac97_snd_device; variable
48 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1); in sh7760_ac97_init()
49 if (!sh7760_ac97_snd_device) in sh7760_ac97_init()
52 platform_set_drvdata(sh7760_ac97_snd_device, in sh7760_ac97_init()
54 ret = platform_device_add(sh7760_ac97_snd_device); in sh7760_ac97_init()
57 platform_device_put(sh7760_ac97_snd_device); in sh7760_ac97_init()
65 platform_device_unregister(sh7760_ac97_snd_device); in sh7760_ac97_exit()