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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/sh/
H A Dsh7760-ac97.c53 static struct platform_device *sh7760_ac97_snd_device; variable in typeref:struct:platform_device
65 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1);
66 if (!sh7760_ac97_snd_device)
69 platform_set_drvdata(sh7760_ac97_snd_device,
71 sh7760_ac97_snd_devdata.dev = &sh7760_ac97_snd_device->dev;
72 ret = platform_device_add(sh7760_ac97_snd_device);
75 platform_device_put(sh7760_ac97_snd_device);
83 platform_device_unregister(sh7760_ac97_snd_device);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/sh/
H A Dsh7760-ac97.c53 static struct platform_device *sh7760_ac97_snd_device; variable in typeref:struct:platform_device
65 sh7760_ac97_snd_device = platform_device_alloc("soc-audio", -1);
66 if (!sh7760_ac97_snd_device)
69 platform_set_drvdata(sh7760_ac97_snd_device,
71 sh7760_ac97_snd_devdata.dev = &sh7760_ac97_snd_device->dev;
72 ret = platform_device_add(sh7760_ac97_snd_device);
75 platform_device_put(sh7760_ac97_snd_device);
83 platform_device_unregister(sh7760_ac97_snd_device);

Completed in 60 milliseconds