diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-10-25 04:00:30 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-10-25 04:00:30 -0400 |
commit | aa5c14d5c0d3e4c587db4a1b220b9c86415c538f (patch) | |
tree | 0114637e8be2b38176e7e91e6cea3501b22cb66a /arch/mips/alchemy | |
parent | 79fc84c7e0d2fe89c4e82f3a26fd8b0d13c31703 (diff) | |
parent | b11bdb5254ff17cb63e4ae5088b73fdcd2cc2602 (diff) |
Merge branch 'topic/asoc' into for-linus
Conflicts:
arch/powerpc/platforms/85xx/p1022_ds.c
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/devboards/db1200/platform.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/alchemy/devboards/db1200/platform.c b/arch/mips/alchemy/devboards/db1200/platform.c index 3fa34c3abc04..fbb55935b99e 100644 --- a/arch/mips/alchemy/devboards/db1200/platform.c +++ b/arch/mips/alchemy/devboards/db1200/platform.c | |||
@@ -429,6 +429,11 @@ static struct platform_device db1200_audio_dev = { | |||
429 | .resource = au1200_psc1_res, | 429 | .resource = au1200_psc1_res, |
430 | }; | 430 | }; |
431 | 431 | ||
432 | static struct platform_device db1200_stac_dev = { | ||
433 | .name = "ac97-codec", | ||
434 | .id = 1, /* on PSC1 */ | ||
435 | }; | ||
436 | |||
432 | static struct platform_device *db1200_devs[] __initdata = { | 437 | static struct platform_device *db1200_devs[] __initdata = { |
433 | NULL, /* PSC0, selected by S6.8 */ | 438 | NULL, /* PSC0, selected by S6.8 */ |
434 | &db1200_ide_dev, | 439 | &db1200_ide_dev, |
@@ -436,6 +441,7 @@ static struct platform_device *db1200_devs[] __initdata = { | |||
436 | &db1200_rtc_dev, | 441 | &db1200_rtc_dev, |
437 | &db1200_nand_dev, | 442 | &db1200_nand_dev, |
438 | &db1200_audio_dev, | 443 | &db1200_audio_dev, |
444 | &db1200_stac_dev, | ||
439 | }; | 445 | }; |
440 | 446 | ||
441 | static int __init db1200_dev_init(void) | 447 | static int __init db1200_dev_init(void) |