diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /sound/pci/cs46xx/imgs/cwcdma.h |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'sound/pci/cs46xx/imgs/cwcdma.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcdma.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcdma.h b/sound/pci/cs46xx/imgs/cwcdma.h new file mode 100644 index 000000000000..92860435beed --- /dev/null +++ b/sound/pci/cs46xx/imgs/cwcdma.h | |||
@@ -0,0 +1,68 @@ | |||
1 | /* generated from cwcdma.osp DO NOT MODIFY */ | ||
2 | |||
3 | #ifndef __HEADER_cwcdma_H__ | ||
4 | #define __HEADER_cwcdma_H__ | ||
5 | |||
6 | static symbol_entry_t cwcdma_symbols[] = { | ||
7 | { 0x8000, "EXECCHILD",0x03 }, | ||
8 | { 0x8001, "EXECCHILD_98",0x03 }, | ||
9 | { 0x8003, "EXECCHILD_PUSH1IND",0x03 }, | ||
10 | { 0x8008, "EXECSIBLING",0x03 }, | ||
11 | { 0x800a, "EXECSIBLING_298",0x03 }, | ||
12 | { 0x800b, "EXECSIBLING_2IND1",0x03 }, | ||
13 | { 0x8010, "TIMINGMASTER",0x03 }, | ||
14 | { 0x804f, "S16_CODECINPUTTASK",0x03 }, | ||
15 | { 0x805e, "PCMSERIALINPUTTASK",0x03 }, | ||
16 | { 0x806d, "S16_MIX_TO_OSTREAM",0x03 }, | ||
17 | { 0x809a, "S16_MIX",0x03 }, | ||
18 | { 0x80bb, "S16_UPSRC",0x03 }, | ||
19 | { 0x813b, "MIX3_EXP",0x03 }, | ||
20 | { 0x8164, "DECIMATEBYPOW2",0x03 }, | ||
21 | { 0x8197, "VARIDECIMATE",0x03 }, | ||
22 | { 0x81f2, "_3DINPUTTASK",0x03 }, | ||
23 | { 0x820a, "_3DPRLGCINPTASK",0x03 }, | ||
24 | { 0x8227, "_3DSTEREOINPUTTASK",0x03 }, | ||
25 | { 0x8242, "_3DOUTPUTTASK",0x03 }, | ||
26 | { 0x82c4, "HRTF_MORPH_TASK",0x03 }, | ||
27 | { 0x82c6, "WAIT4DATA",0x03 }, | ||
28 | { 0x82fa, "PROLOGIC",0x03 }, | ||
29 | { 0x8496, "DECORRELATOR",0x03 }, | ||
30 | { 0x84a4, "STEREO2MONO",0x03 }, | ||
31 | { 0x0000, "OVERLAYBEGINADDRESS",0x00 }, | ||
32 | { 0x0000, "DMAREADER",0x03 }, | ||
33 | { 0x0018, "#CODE_END",0x00 }, | ||
34 | }; /* cwcdma symbols */ | ||
35 | |||
36 | static u32 cwcdma_code[] = { | ||
37 | /* OVERLAYBEGINADDRESS */ | ||
38 | /* 0000 */ 0x00002731,0x00001400,0x0004c108,0x000e5044, | ||
39 | /* 0002 */ 0x0005f608,0x00000000,0x000007ae,0x000be300, | ||
40 | /* 0004 */ 0x00058630,0x00001400,0x0007afb0,0x000e9584, | ||
41 | /* 0006 */ 0x00007301,0x000a9840,0x0005e708,0x000cd104, | ||
42 | /* 0008 */ 0x00067008,0x00000000,0x000902a0,0x00001000, | ||
43 | /* 000A */ 0x00012a01,0x000c0000,0x00000000,0x00000000, | ||
44 | /* 000C */ 0x00021843,0x000c0000,0x00000000,0x000c0000, | ||
45 | /* 000E */ 0x0000e101,0x000c0000,0x00000cac,0x00000000, | ||
46 | /* 0010 */ 0x00080000,0x000e5ca1,0x00000000,0x000c0000, | ||
47 | /* 0012 */ 0x00000000,0x00000000,0x00000000,0x00092c00, | ||
48 | /* 0014 */ 0x000122c1,0x000e5084,0x00058730,0x00001400, | ||
49 | /* 0016 */ 0x000d7488,0x000e4782,0x00007401,0x0001c100 | ||
50 | }; | ||
51 | |||
52 | /* #CODE_END */ | ||
53 | |||
54 | static segment_desc_t cwcdma_segments[] = { | ||
55 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x00000030, cwcdma_code }, | ||
56 | }; | ||
57 | |||
58 | static dsp_module_desc_t cwcdma_module = { | ||
59 | "cwcdma", | ||
60 | { | ||
61 | 27, | ||
62 | cwcdma_symbols | ||
63 | }, | ||
64 | 1, | ||
65 | cwcdma_segments, | ||
66 | }; | ||
67 | |||
68 | #endif /* __HEADER_cwcdma_H__ */ | ||