Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/blackfin/
Dbf5xx-ad193x.c120 static struct platform_device *bfxx_ad193x_snd_device; variable
126 bfxx_ad193x_snd_device = platform_device_alloc("soc-audio", -1); in bf5xx_ad193x_init()
127 if (!bfxx_ad193x_snd_device) in bf5xx_ad193x_init()
130 platform_set_drvdata(bfxx_ad193x_snd_device, &bf5xx_ad193x); in bf5xx_ad193x_init()
131 ret = platform_device_add(bfxx_ad193x_snd_device); in bf5xx_ad193x_init()
134 platform_device_put(bfxx_ad193x_snd_device); in bf5xx_ad193x_init()
141 platform_device_unregister(bfxx_ad193x_snd_device); in bf5xx_ad193x_exit()