Searched refs:ln2440sbc_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 Dln2440sbc_alc650.c53 static struct platform_device *ln2440sbc_snd_ac97_device; variable in typeref:struct:platform_device
59 ln2440sbc_snd_ac97_device = platform_device_alloc("soc-audio", -1);
60 if (!ln2440sbc_snd_ac97_device)
63 platform_set_drvdata(ln2440sbc_snd_ac97_device,
65 ln2440sbc_snd_ac97_devdata.dev = &ln2440sbc_snd_ac97_device->dev;
66 ret = platform_device_add(ln2440sbc_snd_ac97_device);
69 platform_device_put(ln2440sbc_snd_ac97_device);
76 platform_device_unregister(ln2440sbc_snd_ac97_device);

Completed in 31 milliseconds