Skip to content

Commit

Permalink
ARM: pxa: enable pxa-pcm-audio on pxa210/pxa25x platform
Browse files Browse the repository at this point in the history
pxa25x platforms were left out of major ASoC Update patch.
Since f0fba2a 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>
  • Loading branch information
Dmitry Eremin-Solenikov authored and Eric Miao committed Feb 27, 2011
1 parent 8d9bd90 commit ea73e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/pxa25x.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ static struct platform_device *pxa25x_devices[] __initdata = {
&pxa25x_device_assp,
&pxa25x_device_pwm0,
&pxa25x_device_pwm1,
&pxa_device_asoc_platform,
};

static struct sys_device pxa25x_sysdev[] = {
Expand Down

0 comments on commit ea73e75

Please sign in to comment.