Searched refs:bf5xx_board_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-ad1980.c90 static struct platform_device *bf5xx_board_snd_device; variable in typeref:struct:platform_device
96 bf5xx_board_snd_device = platform_device_alloc("soc-audio", -1);
97 if (!bf5xx_board_snd_device)
100 platform_set_drvdata(bf5xx_board_snd_device, &bf5xx_board_snd_devdata);
101 bf5xx_board_snd_devdata.dev = &bf5xx_board_snd_device->dev;
102 ret = platform_device_add(bf5xx_board_snd_device);
105 platform_device_put(bf5xx_board_snd_device);
112 platform_device_unregister(bf5xx_board_snd_device);

Completed in 49 milliseconds