diff options
Diffstat (limited to 'sound/pci/cs46xx/imgs/cwcdma.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcdma.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcdma.h b/sound/pci/cs46xx/imgs/cwcdma.h index 92860435beed..7ff0d4587161 100644 --- a/sound/pci/cs46xx/imgs/cwcdma.h +++ b/sound/pci/cs46xx/imgs/cwcdma.h | |||
@@ -3,7 +3,7 @@ | |||
3 | #ifndef __HEADER_cwcdma_H__ | 3 | #ifndef __HEADER_cwcdma_H__ |
4 | #define __HEADER_cwcdma_H__ | 4 | #define __HEADER_cwcdma_H__ |
5 | 5 | ||
6 | static symbol_entry_t cwcdma_symbols[] = { | 6 | static struct dsp_symbol_entry cwcdma_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 }, |
@@ -51,11 +51,11 @@ static u32 cwcdma_code[] = { | |||
51 | 51 | ||
52 | /* #CODE_END */ | 52 | /* #CODE_END */ |
53 | 53 | ||
54 | static segment_desc_t cwcdma_segments[] = { | 54 | static struct dsp_segment_desc cwcdma_segments[] = { |
55 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x00000030, cwcdma_code }, | 55 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x00000030, cwcdma_code }, |
56 | }; | 56 | }; |
57 | 57 | ||
58 | static dsp_module_desc_t cwcdma_module = { | 58 | static struct dsp_module_desc cwcdma_module = { |
59 | "cwcdma", | 59 | "cwcdma", |
60 | { | 60 | { |
61 | 27, | 61 | 27, |