Searched refs:openrd_client_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/kirkwood/
H A Dkirkwood-openrd.c88 static struct platform_device *openrd_client_snd_device; variable in typeref:struct:platform_device
97 openrd_client_snd_device = platform_device_alloc("soc-audio", -1);
98 if (!openrd_client_snd_device)
101 platform_set_drvdata(openrd_client_snd_device,
103 openrd_client_snd_devdata.dev = &openrd_client_snd_device->dev;
105 ret = platform_device_add(openrd_client_snd_device);
108 platform_device_put(openrd_client_snd_device);
116 platform_device_unregister(openrd_client_snd_device);

Completed in 32 milliseconds