ARM: pxa: enable pxa-pcm-audio on pxa210/pxa25x platform

pxa25x platforms were left out of major ASoC Update patch.
Since f0fba2ad1b a registration of pxa-pcm-audio device is required for
ASoC to function on pxa platforms. Register one also for pxa210/pxa25x.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

authored by Dmitry Eremin-Solenikov and committed by Eric Miao ea73e752 8d9bd900

+1
+1
arch/arm/mach-pxa/pxa25x.c
··· 347 &pxa25x_device_assp, 348 &pxa25x_device_pwm0, 349 &pxa25x_device_pwm1, 350 }; 351 352 static struct sys_device pxa25x_sysdev[] = {
··· 347 &pxa25x_device_assp, 348 &pxa25x_device_pwm0, 349 &pxa25x_device_pwm1, 350 + &pxa_device_asoc_platform, 351 }; 352 353 static struct sys_device pxa25x_sysdev[] = {