diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2006-06-23 05:04:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:56 -0400 |
commit | f2c780c1fdbe5008c902c2d7e37242ac5e60f0b9 (patch) | |
tree | f2fb215610897e06812548986f3c37a6d6dc38ca /sound/oss | |
parent | c52c17622e27876c2395f59cfe342497a399de41 (diff) |
[PATCH] Au1550/1200: add missing PSC #define's, make OSS driver use the proper ones
Add missing PSC #define's required for the drivers using PSC on DBAu1550
board (also fixing Au1550 PSC3 address) and all Au1200-based boards as
well. Make the OSS driver use the correct PSC definitions fo each board.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/au1550_ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/au1550_ac97.c b/sound/oss/au1550_ac97.c index c1168fae6be6..9011abe241ab 100644 --- a/sound/oss/au1550_ac97.c +++ b/sound/oss/au1550_ac97.c | |||
@@ -57,9 +57,9 @@ | |||
57 | #include <asm/io.h> | 57 | #include <asm/io.h> |
58 | #include <asm/uaccess.h> | 58 | #include <asm/uaccess.h> |
59 | #include <asm/hardirq.h> | 59 | #include <asm/hardirq.h> |
60 | #include <asm/mach-au1x00/au1000.h> | ||
61 | #include <asm/mach-au1x00/au1xxx_psc.h> | 60 | #include <asm/mach-au1x00/au1xxx_psc.h> |
62 | #include <asm/mach-au1x00/au1xxx_dbdma.h> | 61 | #include <asm/mach-au1x00/au1xxx_dbdma.h> |
62 | #include <asm/mach-au1x00/au1xxx.h> | ||
63 | 63 | ||
64 | #undef OSS_DOCUMENTED_MIXER_SEMANTICS | 64 | #undef OSS_DOCUMENTED_MIXER_SEMANTICS |
65 | 65 | ||