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_patch.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_patch.h')
-rw-r--r-- | sound/pci/ac97/ac97_patch.h | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.h b/sound/pci/ac97/ac97_patch.h new file mode 100644 index 000000000000..6db51c96f5d0 --- /dev/null +++ b/sound/pci/ac97/ac97_patch.h | |||
@@ -0,0 +1,59 @@ | |||
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 | int patch_yamaha_ymf753(ac97_t * ac97); | ||
26 | int patch_wolfson00(ac97_t * ac97); | ||
27 | int patch_wolfson03(ac97_t * ac97); | ||
28 | int patch_wolfson04(ac97_t * ac97); | ||
29 | int patch_wolfson05(ac97_t * ac97); | ||
30 | int patch_wolfson11(ac97_t * ac97); | ||
31 | int patch_wolfson13(ac97_t * ac97); | ||
32 | int patch_tritech_tr28028(ac97_t * ac97); | ||
33 | int patch_sigmatel_stac9700(ac97_t * ac97); | ||
34 | int patch_sigmatel_stac9708(ac97_t * ac97); | ||
35 | int patch_sigmatel_stac9721(ac97_t * ac97); | ||
36 | int patch_sigmatel_stac9744(ac97_t * ac97); | ||
37 | int patch_sigmatel_stac9756(ac97_t * ac97); | ||
38 | int patch_sigmatel_stac9758(ac97_t * ac97); | ||
39 | int patch_cirrus_cs4299(ac97_t * ac97); | ||
40 | int patch_cirrus_spdif(ac97_t * ac97); | ||
41 | int patch_conexant(ac97_t * ac97); | ||
42 | int patch_ad1819(ac97_t * ac97); | ||
43 | int patch_ad1881(ac97_t * ac97); | ||
44 | int patch_ad1885(ac97_t * ac97); | ||
45 | int patch_ad1886(ac97_t * ac97); | ||
46 | int patch_ad1888(ac97_t * ac97); | ||
47 | int patch_ad1980(ac97_t * ac97); | ||
48 | int patch_ad1981a(ac97_t * ac97); | ||
49 | int patch_ad1981b(ac97_t * ac97); | ||
50 | int patch_ad1985(ac97_t * ac97); | ||
51 | int patch_alc650(ac97_t * ac97); | ||
52 | int patch_alc655(ac97_t * ac97); | ||
53 | int patch_alc850(ac97_t * ac97); | ||
54 | int patch_cm9738(ac97_t * ac97); | ||
55 | int patch_cm9739(ac97_t * ac97); | ||
56 | int patch_cm9761(ac97_t * ac97); | ||
57 | int patch_vt1616(ac97_t * ac97); | ||
58 | int patch_it2646(ac97_t * ac97); | ||
59 | int mpatch_si3036(ac97_t * ac97); | ||