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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ssm2602.c151 static struct platform_device *bf5xx_ssm2602_snd_device; variable in typeref:struct:platform_device
158 bf5xx_ssm2602_snd_device = platform_device_alloc("soc-audio", -1);
159 if (!bf5xx_ssm2602_snd_device)
162 platform_set_drvdata(bf5xx_ssm2602_snd_device,
164 bf5xx_ssm2602_snd_devdata.dev = &bf5xx_ssm2602_snd_device->dev;
165 ret = platform_device_add(bf5xx_ssm2602_snd_device);
168 platform_device_put(bf5xx_ssm2602_snd_device);
176 platform_device_unregister(bf5xx_ssm2602_snd_device);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/blackfin/
H A Dbf5xx-ssm2602.c151 static struct platform_device *bf5xx_ssm2602_snd_device; variable in typeref:struct:platform_device
158 bf5xx_ssm2602_snd_device = platform_device_alloc("soc-audio", -1);
159 if (!bf5xx_ssm2602_snd_device)
162 platform_set_drvdata(bf5xx_ssm2602_snd_device,
164 bf5xx_ssm2602_snd_devdata.dev = &bf5xx_ssm2602_snd_device->dev;
165 ret = platform_device_add(bf5xx_ssm2602_snd_device);
168 platform_device_put(bf5xx_ssm2602_snd_device);
176 platform_device_unregister(bf5xx_ssm2602_snd_device);

Completed in 109 milliseconds