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

/linux-4.4.14/sound/soc/blackfin/
H A Dbf5xx-ad193x.c100 static struct platform_device *bfxx_ad193x_snd_device; variable in typeref:struct:platform_device
106 bfxx_ad193x_snd_device = platform_device_alloc("soc-audio", -1); bf5xx_ad193x_init()
107 if (!bfxx_ad193x_snd_device) bf5xx_ad193x_init()
110 platform_set_drvdata(bfxx_ad193x_snd_device, &bf5xx_ad193x); bf5xx_ad193x_init()
111 ret = platform_device_add(bfxx_ad193x_snd_device); bf5xx_ad193x_init()
114 platform_device_put(bfxx_ad193x_snd_device); bf5xx_ad193x_init()
121 platform_device_unregister(bfxx_ad193x_snd_device); bf5xx_ad193x_exit()

Completed in 54 milliseconds