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/cwcsnoop.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/cwcsnoop.h')
-rw-r--r-- | sound/pci/cs46xx/imgs/cwcsnoop.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/imgs/cwcsnoop.h b/sound/pci/cs46xx/imgs/cwcsnoop.h new file mode 100644 index 000000000000..be1162bbcb45 --- /dev/null +++ b/sound/pci/cs46xx/imgs/cwcsnoop.h | |||
@@ -0,0 +1,46 @@ | |||
1 | /* generated from cwcsnoop.osp DO NOT MODIFY */ | ||
2 | |||
3 | #ifndef __HEADER_cwcsnoop_H__ | ||
4 | #define __HEADER_cwcsnoop_H__ | ||
5 | |||
6 | static symbol_entry_t cwcsnoop_symbols[] = { | ||
7 | { 0x0500, "OVERLAYBEGINADDRESS",0x00 }, | ||
8 | { 0x0500, "OUTPUTSNOOP",0x03 }, | ||
9 | { 0x051f, "#CODE_END",0x00 }, | ||
10 | }; /* cwcsnoop symbols */ | ||
11 | |||
12 | static u32 cwcsnoop_code[] = { | ||
13 | /* 0000 */ 0x0007bfb0,0x000b4e40,0x0007c088,0x000c0617, | ||
14 | /* 0002 */ 0x00049705,0x00000000,0x00080630,0x00001028, | ||
15 | /* 0004 */ 0x00076408,0x000efb84,0x00066008,0x00000000, | ||
16 | /* 0006 */ 0x0007c908,0x000c0000,0x00046725,0x000efa44, | ||
17 | /* 0008 */ 0x0005f708,0x00000000,0x0001d402,0x000b2e00, | ||
18 | /* 000A */ 0x0003d418,0x00001000,0x0008d574,0x000c4293, | ||
19 | /* 000C */ 0x00065625,0x000ea30e,0x00096c01,0x000c6f92, | ||
20 | /* 000E */ 0x0006a58a,0x000f6085,0x00002f43,0x00000000, | ||
21 | /* 0010 */ 0x000a83a0,0x00001028,0x0005e608,0x000c0000, | ||
22 | /* 0012 */ 0x00000000,0x00000000,0x000ca108,0x000dcca1, | ||
23 | /* 0014 */ 0x00003bac,0x000fb205,0x00073843,0x00000000, | ||
24 | /* 0016 */ 0x000d8730,0x00001028,0x0006600a,0x000c0000, | ||
25 | /* 0018 */ 0x00057488,0x00000000,0x00000000,0x000e5084, | ||
26 | /* 001A */ 0x00000000,0x000eba44,0x00087401,0x000e4782, | ||
27 | /* 001C */ 0x00000734,0x00001000,0x00010705,0x000a6880, | ||
28 | /* 001E */ 0x00006a88,0x000c75c4 | ||
29 | }; | ||
30 | /* #CODE_END */ | ||
31 | |||
32 | static segment_desc_t cwcsnoop_segments[] = { | ||
33 | { SEGTYPE_SP_PROGRAM, 0x00000000, 0x0000003e, cwcsnoop_code }, | ||
34 | }; | ||
35 | |||
36 | static dsp_module_desc_t cwcsnoop_module = { | ||
37 | "cwcsnoop", | ||
38 | { | ||
39 | 3, | ||
40 | cwcsnoop_symbols | ||
41 | }, | ||
42 | 1, | ||
43 | cwcsnoop_segments, | ||
44 | }; | ||
45 | |||
46 | #endif /* __HEADER_cwcsnoop_H__ */ | ||