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

/linux-4.1.27/sound/soc/blackfin/
H A Dbf5xx-ssm2602.c93 static struct platform_device *bf5xx_ssm2602_snd_device; variable in typeref:struct:platform_device
100 bf5xx_ssm2602_snd_device = platform_device_alloc("soc-audio", -1); bf5xx_ssm2602_init()
101 if (!bf5xx_ssm2602_snd_device) bf5xx_ssm2602_init()
104 platform_set_drvdata(bf5xx_ssm2602_snd_device, &bf5xx_ssm2602); bf5xx_ssm2602_init()
105 ret = platform_device_add(bf5xx_ssm2602_snd_device); bf5xx_ssm2602_init()
108 platform_device_put(bf5xx_ssm2602_snd_device); bf5xx_ssm2602_init()
116 platform_device_unregister(bf5xx_ssm2602_snd_device); bf5xx_ssm2602_exit()

Completed in 85 milliseconds