diff options
Diffstat (limited to 'sound/pci/cs46xx/imgs/cwcbinhack.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcbinhack.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcbinhack.h b/sound/pci/cs46xx/imgs/cwcbinhack.h new file mode 100644 index 000000000000..436b38bd246c --- /dev/null +++ b/sound/pci/cs46xx/imgs/cwcbinhack.h | |||
@@ -0,0 +1,48 @@ | |||
1 | /* generated by Benny | ||
2 | MODIFY ON YOUR OWN RISK */ | ||
3 | |||
4 | #ifndef __HEADER_cwcbinhack_H__ | ||
5 | #define __HEADER_cwcbinhack_H__ | ||
6 | |||
7 | static symbol_entry_t cwcbinhack_symbols[] = { | ||
8 | { 0x02c8, "OVERLAYBEGINADDRESS",0x00 }, | ||
9 | { 0x02c8, "MAGICSNOOPTASK",0x03 }, | ||
10 | { 0x0308, "#CODE_END",0x00 }, | ||
11 | }; /* cwcbinhack symbols */ | ||
12 | |||
13 | static u32 cwcbinhack_code[] = { | ||
14 | /* 0x02c8 */ | ||
15 | 0x0007bfb0,0x000bc240,0x00000c2e,0x000c6084, /* 1 */ | ||
16 | 0x000b8630,0x00001016,0x00006408,0x000efb84, /* 2 */ | ||
17 | 0x00016008,0x00000000,0x0001c088,0x000c0000, /* 3 */ | ||
18 | 0x000fc908,0x000e3392,0x0005f488,0x000efb84, /* 4 */ | ||
19 | 0x0001d402,0x000b2e00,0x0003d418,0x00001000, /* 5 */ | ||
20 | 0x0008d574,0x000c4293,0x00065625,0x000ea30e, /* 6 */ | ||
21 | 0x00096c01,0x000c6f92,0x0001a58a,0x000c6085, /* 7 */ | ||
22 | 0x00002f43,0x00000000,0x000e03a0,0x00001016, /* 8 */ | ||
23 | 0x0005e608,0x000c0000,0x00000000,0x00000000, /* 9 */ | ||
24 | 0x000ca108,0x000dcca1,0x00003bac,0x000c3205, /* 10 */ | ||
25 | 0x00073843,0x00000000,0x00010730,0x00001017, /* 11 */ | ||
26 | 0x0001600a,0x000c0000,0x00057488,0x00000000, /* 12 */ | ||
27 | 0x00000000,0x000e5084,0x00000000,0x000eba44, /* 13 */ | ||
28 | 0x00087401,0x000e4782,0x00000734,0x00001000, /* 14 */ | ||
29 | 0x00010705,0x000a6880,0x00006a88,0x000c75c4, /* 15 */ | ||
30 | 0x00000000,0x00000000,0x00000000,0x00000000, /* 16 */ | ||
31 | }; | ||
32 | /* #CODE_END */ | ||
33 | |||
34 | static segment_desc_t cwcbinhack_segments[] = { | ||
35 | { SEGTYPE_SP_PROGRAM, 0x00000000, 64, cwcbinhack_code }, | ||
36 | }; | ||
37 | |||
38 | static dsp_module_desc_t cwcbinhack_module = { | ||
39 | "cwcbinhack", | ||
40 | { | ||
41 | 3, | ||
42 | cwcbinhack_symbols | ||
43 | }, | ||
44 | 1, | ||
45 | cwcbinhack_segments, | ||
46 | }; | ||
47 | |||
48 | #endif /* __HEADER_cwcbinhack_H__ */ | ||