Searched refs:bf5xx_ssm2602_snd_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/blackfin/
H A Dbf5xx-ssm2602.c151 static struct platform_device *bf5xx_ssm2602_snd_device; variable in typeref:struct:platform_device
158 bf5xx_ssm2602_snd_device = platform_device_alloc("soc-audio", -1);
159 if (!bf5xx_ssm2602_snd_device)
162 platform_set_drvdata(bf5xx_ssm2602_snd_device,
164 bf5xx_ssm2602_snd_devdata.dev = &bf5xx_ssm2602_snd_device->dev;
165 ret = platform_device_add(bf5xx_ssm2602_snd_device);
168 platform_device_put(bf5xx_ssm2602_snd_device);
176 platform_device_unregister(bf5xx_ssm2602_snd_device);

Completed in 56 milliseconds