Home
last modified time | relevance | path

Searched refs:s3c24xx_snd_device (Results 1 – 2 of 2) sorted by relevance

/sound/soc/samsung/
Dh1940_uda1380.c154 static struct platform_device *s3c24xx_snd_device; variable
213 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()
Drx1950_uda1380.c126 static struct platform_device *s3c24xx_snd_device; variable
233 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()