Searched refs:bfxx_ad1836_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-ad1836.c103 static struct platform_device *bfxx_ad1836_snd_device; variable in typeref:struct:platform_device
109 bfxx_ad1836_snd_device = platform_device_alloc("soc-audio", -1);
110 if (!bfxx_ad1836_snd_device)
113 platform_set_drvdata(bfxx_ad1836_snd_device, &bf5xx_ad1836_snd_devdata);
114 bf5xx_ad1836_snd_devdata.dev = &bfxx_ad1836_snd_device->dev;
115 ret = platform_device_add(bfxx_ad1836_snd_device);
118 platform_device_put(bfxx_ad1836_snd_device);
125 platform_device_unregister(bfxx_ad1836_snd_device);

Completed in 116 milliseconds