jive_snd_device   109 sound/soc/samsung/jive_wm8750.c static struct platform_device *jive_snd_device;
jive_snd_device   120 sound/soc/samsung/jive_wm8750.c 	jive_snd_device = platform_device_alloc("soc-audio", -1);
jive_snd_device   121 sound/soc/samsung/jive_wm8750.c 	if (!jive_snd_device)
jive_snd_device   124 sound/soc/samsung/jive_wm8750.c 	platform_set_drvdata(jive_snd_device, &snd_soc_machine_jive);
jive_snd_device   125 sound/soc/samsung/jive_wm8750.c 	ret = platform_device_add(jive_snd_device);
jive_snd_device   128 sound/soc/samsung/jive_wm8750.c 		platform_device_put(jive_snd_device);
jive_snd_device   135 sound/soc/samsung/jive_wm8750.c 	platform_device_unregister(jive_snd_device);