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/ac97/ac97_id.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/ac97/ac97_id.h')
-rw-r--r-- | sound/pci/ac97/ac97_id.h | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_id.h b/sound/pci/ac97/ac97_id.h new file mode 100644 index 000000000000..dadf387ad0b8 --- /dev/null +++ b/sound/pci/ac97/ac97_id.h | |||
@@ -0,0 +1,62 @@ | |||
1 | /* | ||
2 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | ||
3 | * Universal interface for Audio Codec '97 | ||
4 | * | ||
5 | * For more details look to AC '97 component specification revision 2.2 | ||
6 | * by Intel Corporation (http://developer.intel.com). | ||
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License | ||
20 | * along with this program; if not, write to the Free Software | ||
21 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
22 | * | ||
23 | */ | ||
24 | |||
25 | #define AC97_ID_AK4540 0x414b4d00 | ||
26 | #define AC97_ID_AK4542 0x414b4d01 | ||
27 | #define AC97_ID_AD1819 0x41445303 | ||
28 | #define AC97_ID_AD1881 0x41445340 | ||
29 | #define AC97_ID_AD1881A 0x41445348 | ||
30 | #define AC97_ID_AD1885 0x41445360 | ||
31 | #define AC97_ID_AD1886 0x41445361 | ||
32 | #define AC97_ID_AD1887 0x41445362 | ||
33 | #define AC97_ID_AD1886A 0x41445363 | ||
34 | #define AC97_ID_AD1980 0x41445370 | ||
35 | #define AC97_ID_TR28028 0x54524108 | ||
36 | #define AC97_ID_STAC9700 0x83847600 | ||
37 | #define AC97_ID_STAC9704 0x83847604 | ||
38 | #define AC97_ID_STAC9705 0x83847605 | ||
39 | #define AC97_ID_STAC9708 0x83847608 | ||
40 | #define AC97_ID_STAC9721 0x83847609 | ||
41 | #define AC97_ID_STAC9744 0x83847644 | ||
42 | #define AC97_ID_STAC9756 0x83847656 | ||
43 | #define AC97_ID_CS4297A 0x43525910 | ||
44 | #define AC97_ID_CS4299 0x43525930 | ||
45 | #define AC97_ID_CS4201 0x43525948 | ||
46 | #define AC97_ID_CS4205 0x43525958 | ||
47 | #define AC97_ID_CS_MASK 0xfffffff8 /* bit 0-2: rev */ | ||
48 | #define AC97_ID_ALC100 0x414c4300 | ||
49 | #define AC97_ID_ALC650 0x414c4720 | ||
50 | #define AC97_ID_ALC650D 0x414c4721 | ||
51 | #define AC97_ID_ALC650E 0x414c4722 | ||
52 | #define AC97_ID_ALC650F 0x414c4723 | ||
53 | #define AC97_ID_ALC655 0x414c4760 | ||
54 | #define AC97_ID_ALC658 0x414c4780 | ||
55 | #define AC97_ID_ALC850 0x414c4790 | ||
56 | #define AC97_ID_YMF753 0x594d4803 | ||
57 | #define AC97_ID_VT1616 0x49434551 | ||
58 | #define AC97_ID_CM9738 0x434d4941 | ||
59 | #define AC97_ID_CM9739 0x434d4961 | ||
60 | #define AC97_ID_CM9761_78 0x434d4978 | ||
61 | #define AC97_ID_CM9761_82 0x434d4982 | ||
62 | #define AC97_ID_CM9761_83 0x434d4983 | ||