Searched refs:s3c24xx_snd_device (Results 1 – 2 of 2) sorted by relevance
154 static struct platform_device *s3c24xx_snd_device; variable213 s3c24xx_snd_device = platform_device_alloc("soc-audio", -1); in h1940_init()214 if (!s3c24xx_snd_device) { in h1940_init()219 platform_set_drvdata(s3c24xx_snd_device, &h1940_asoc); in h1940_init()220 ret = platform_device_add(s3c24xx_snd_device); in h1940_init()228 platform_device_put(s3c24xx_snd_device); in h1940_init()238 platform_device_unregister(s3c24xx_snd_device); in h1940_exit()
126 static struct platform_device *s3c24xx_snd_device; variable233 s3c24xx_snd_device = platform_device_alloc("soc-audio", -1); in rx1950_init()234 if (!s3c24xx_snd_device) { in rx1950_init()239 platform_set_drvdata(s3c24xx_snd_device, &rx1950_asoc); in rx1950_init()240 ret = platform_device_add(s3c24xx_snd_device); in rx1950_init()243 platform_device_put(s3c24xx_snd_device); in rx1950_init()260 platform_device_unregister(s3c24xx_snd_device); in rx1950_exit()