diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 06:59:54 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-17 15:37:44 -0400 |
commit | ff2db7c5ab78817eb3c5d15dd87f18e9be726f1a (patch) | |
tree | bc2b06c1f12c57389d85a2c515be8101261c27d7 /arch/m68k/amiga/platform.c | |
parent | fa6688e1c7e7341fb7d1ca5878a3641762e60dec (diff) |
m68k: amiga - Sound platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/amiga/platform.c')
-rw-r--r-- | arch/m68k/amiga/platform.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/amiga/platform.c b/arch/m68k/amiga/platform.c index 7fa929cf9a3a..2e308e7a0949 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c | |||
@@ -67,6 +67,11 @@ static int __init amiga_init_devices(void) | |||
67 | if (AMIGAHW_PRESENT(AMI_VIDEO)) | 67 | if (AMIGAHW_PRESENT(AMI_VIDEO)) |
68 | platform_device_register_simple("amiga-video", -1, NULL, 0); | 68 | platform_device_register_simple("amiga-video", -1, NULL, 0); |
69 | 69 | ||
70 | |||
71 | /* sound hardware */ | ||
72 | if (AMIGAHW_PRESENT(AMI_AUDIO)) | ||
73 | platform_device_register_simple("amiga-audio", -1, NULL, 0); | ||
74 | |||
70 | return 0; | 75 | return 0; |
71 | } | 76 | } |
72 | 77 | ||