diff options
Diffstat (limited to 'sound/pci/cs46xx/imgs/cwcemb80.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcemb80.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcemb80.h b/sound/pci/cs46xx/imgs/cwcemb80.h index 4b13551eae41..a64c6ff9983a 100644 --- a/sound/pci/cs46xx/imgs/cwcemb80.h +++ b/sound/pci/cs46xx/imgs/cwcemb80.h | |||
@@ -3,7 +3,7 @@ | |||
3 | #ifndef __HEADER_cwcemb80_H__ | 3 | #ifndef __HEADER_cwcemb80_H__ |
4 | #define __HEADER_cwcemb80_H__ | 4 | #define __HEADER_cwcemb80_H__ |
5 | 5 | ||
6 | static symbol_entry_t cwcemb80_symbols[] = { | 6 | static struct dsp_symbol_entry cwcemb80_symbols[] = { |
7 | { 0x0000, "BEGINADDRESS",0x00 }, | 7 | { 0x0000, "BEGINADDRESS",0x00 }, |
8 | { 0x8000, "EXECCHILD",0x03 }, | 8 | { 0x8000, "EXECCHILD",0x03 }, |
9 | { 0x8001, "EXECCHILD_98",0x03 }, | 9 | { 0x8001, "EXECCHILD_98",0x03 }, |
@@ -1588,13 +1588,13 @@ static u32 cwcemb80_sample[] = { | |||
1588 | }; /* #SAMPLE_END */ | 1588 | }; /* #SAMPLE_END */ |
1589 | 1589 | ||
1590 | 1590 | ||
1591 | static segment_desc_t cwcemb80_segments[] = { | 1591 | static struct dsp_segment_desc cwcemb80_segments[] = { |
1592 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x0000031c, cwcemb80_code }, | 1592 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x0000031c, cwcemb80_code }, |
1593 | { SEGTYPE_SP_PARAMETER, 0x00000000, 0x00000697, cwcemb80_parameter }, | 1593 | { SEGTYPE_SP_PARAMETER, 0x00000000, 0x00000697, cwcemb80_parameter }, |
1594 | { SEGTYPE_SP_SAMPLE, 0x00000000, 0x00000e00, cwcemb80_sample }, | 1594 | { SEGTYPE_SP_SAMPLE, 0x00000000, 0x00000e00, cwcemb80_sample }, |
1595 | }; | 1595 | }; |
1596 | 1596 | ||
1597 | static dsp_module_desc_t cwcemb80_module = { | 1597 | static struct dsp_module_desc cwcemb80_module = { |
1598 | "cwcemb80", | 1598 | "cwcemb80", |
1599 | { | 1599 | { |
1600 | 38, | 1600 | 38, |