Skip to content

Commit

Permalink
ARM: S5PV310: Add AC97 support for SMDK
Browse files Browse the repository at this point in the history
Enable AC97 audio device on SMDKV310 and SMDKC210.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Jassi Brar authored and Kukjin Kim committed Dec 29, 2010
1 parent 2d27043 commit 906b982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s5pv310/mach-smdkc210.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ static struct platform_device *smdkc210_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
&smdkc210_smsc911x,
&s5pv310_device_ac97,
};

static void __init smdkc210_smsc911x_init(void)
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-s5pv310/mach-smdkv310.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ static struct platform_device *smdkv310_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
&smdkv310_smsc911x,
&s5pv310_device_ac97,
};

static void __init smdkv310_smsc911x_init(void)
Expand Down

0 comments on commit 906b982

Please sign in to comment.