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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx.c203 static struct platform_device *bcm947xx_snd_device; variable in typeref:struct:platform_device
261 bcm947xx_snd_device = platform_device_alloc("soc-audio", -1);
262 if (!bcm947xx_snd_device)
265 platform_set_drvdata(bcm947xx_snd_device, &bcm947xx_snd_devdata);
266 bcm947xx_snd_devdata.dev = &bcm947xx_snd_device->dev;
267 ret = platform_device_add(bcm947xx_snd_device);
270 platform_device_put(bcm947xx_snd_device);
279 platform_device_unregister(bcm947xx_snd_device);

Completed in 89 milliseconds