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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Dsmdk2443_wm9710.c49 static struct platform_device *smdk2443_snd_ac97_device; variable in typeref:struct:platform_device
55 smdk2443_snd_ac97_device = platform_device_alloc("soc-audio", -1);
56 if (!smdk2443_snd_ac97_device)
59 platform_set_drvdata(smdk2443_snd_ac97_device,
61 smdk2443_snd_ac97_devdata.dev = &smdk2443_snd_ac97_device->dev;
62 ret = platform_device_add(smdk2443_snd_ac97_device);
65 platform_device_put(smdk2443_snd_ac97_device);
72 platform_device_unregister(smdk2443_snd_ac97_device);

Completed in 37 milliseconds