diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /sound/last.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'sound/last.c')
-rw-r--r-- | sound/last.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/last.c b/sound/last.c index 43f22282503..bdd0857b887 100644 --- a/sound/last.c +++ b/sound/last.c | |||
@@ -19,6 +19,7 @@ | |||
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #define SNDRV_MAIN_OBJECT_FILE | ||
22 | #include <linux/init.h> | 23 | #include <linux/init.h> |
23 | #include <sound/core.h> | 24 | #include <sound/core.h> |
24 | 25 | ||
@@ -37,4 +38,4 @@ static int __init alsa_sound_last_init(void) | |||
37 | return 0; | 38 | return 0; |
38 | } | 39 | } |
39 | 40 | ||
40 | late_initcall_sync(alsa_sound_last_init); | 41 | __initcall(alsa_sound_last_init); |