diff options
Diffstat (limited to 'sound/pci/cs46xx/imgs/cwcasync.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcasync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcasync.h b/sound/pci/cs46xx/imgs/cwcasync.h index e01a7b66c4ff..70e63e13c2b3 100644 --- a/sound/pci/cs46xx/imgs/cwcasync.h +++ b/sound/pci/cs46xx/imgs/cwcasync.h | |||
@@ -3,7 +3,7 @@ | |||
3 | #ifndef __HEADER_cwcasync_H__ | 3 | #ifndef __HEADER_cwcasync_H__ |
4 | #define __HEADER_cwcasync_H__ | 4 | #define __HEADER_cwcasync_H__ |
5 | 5 | ||
6 | static symbol_entry_t cwcasync_symbols[] = { | 6 | static struct dsp_symbol_entry cwcasync_symbols[] = { |
7 | { 0x8000, "EXECCHILD",0x03 }, | 7 | { 0x8000, "EXECCHILD",0x03 }, |
8 | { 0x8001, "EXECCHILD_98",0x03 }, | 8 | { 0x8001, "EXECCHILD_98",0x03 }, |
9 | { 0x8003, "EXECCHILD_PUSH1IND",0x03 }, | 9 | { 0x8003, "EXECCHILD_PUSH1IND",0x03 }, |
@@ -159,11 +159,11 @@ static u32 cwcasync_code[] = { | |||
159 | }; | 159 | }; |
160 | /* #CODE_END */ | 160 | /* #CODE_END */ |
161 | 161 | ||
162 | static segment_desc_t cwcasync_segments[] = { | 162 | static struct dsp_segment_desc cwcasync_segments[] = { |
163 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x000001b6, cwcasync_code }, | 163 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x000001b6, cwcasync_code }, |
164 | }; | 164 | }; |
165 | 165 | ||
166 | static dsp_module_desc_t cwcasync_module = { | 166 | static struct dsp_module_desc cwcasync_module = { |
167 | "cwcasync", | 167 | "cwcasync", |
168 | { | 168 | { |
169 | 32, | 169 | 32, |