Searched refs:bfxx_ad193x_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-ad193x.c117 static struct platform_device *bfxx_ad193x_snd_device; variable in typeref:struct:platform_device
123 bfxx_ad193x_snd_device = platform_device_alloc("soc-audio", -1);
124 if (!bfxx_ad193x_snd_device)
127 platform_set_drvdata(bfxx_ad193x_snd_device, &bf5xx_ad193x_snd_devdata);
128 bf5xx_ad193x_snd_devdata.dev = &bfxx_ad193x_snd_device->dev;
129 ret = platform_device_add(bfxx_ad193x_snd_device);
132 platform_device_put(bfxx_ad193x_snd_device);
139 platform_device_unregister(bfxx_ad193x_snd_device);

Completed in 52 milliseconds