Searched refs:s3c24xx_uda134x_snd_device (Results 1 – 1 of 1) sorted by relevance
57 static struct platform_device *s3c24xx_uda134x_snd_device; variable69 xtal = clk_get(&s3c24xx_uda134x_snd_device->dev, "xtal"); in s3c24xx_uda134x_startup()74 pclk = clk_get(&s3c24xx_uda134x_snd_device->dev, in s3c24xx_uda134x_startup()302 s3c24xx_uda134x_snd_device = platform_device_alloc("soc-audio", -1); in s3c24xx_uda134x_probe()303 if (!s3c24xx_uda134x_snd_device) { in s3c24xx_uda134x_probe()309 platform_set_drvdata(s3c24xx_uda134x_snd_device, in s3c24xx_uda134x_probe()311 platform_device_add_data(s3c24xx_uda134x_snd_device, &s3c24xx_uda134x, sizeof(s3c24xx_uda134x)); in s3c24xx_uda134x_probe()312 ret = platform_device_add(s3c24xx_uda134x_snd_device); in s3c24xx_uda134x_probe()315 platform_device_put(s3c24xx_uda134x_snd_device); in s3c24xx_uda134x_probe()323 platform_device_unregister(s3c24xx_uda134x_snd_device); in s3c24xx_uda134x_remove()