[ALSA] ac97 - fix various issues with AD1986/AD1986A support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / pci / ac97 / ac97_patch.h
CommitLineData
1da177e4
LT
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
ee42381e
TI
25int patch_yamaha_ymf753(struct snd_ac97 * ac97);
26int patch_wolfson00(struct snd_ac97 * ac97);
27int patch_wolfson03(struct snd_ac97 * ac97);
28int patch_wolfson04(struct snd_ac97 * ac97);
29int patch_wolfson05(struct snd_ac97 * ac97);
30int patch_wolfson11(struct snd_ac97 * ac97);
31int patch_wolfson13(struct snd_ac97 * ac97);
32int patch_tritech_tr28028(struct snd_ac97 * ac97);
33int patch_sigmatel_stac9700(struct snd_ac97 * ac97);
34int patch_sigmatel_stac9708(struct snd_ac97 * ac97);
35int patch_sigmatel_stac9721(struct snd_ac97 * ac97);
36int patch_sigmatel_stac9744(struct snd_ac97 * ac97);
37int patch_sigmatel_stac9756(struct snd_ac97 * ac97);
38int patch_sigmatel_stac9758(struct snd_ac97 * ac97);
39int patch_cirrus_cs4299(struct snd_ac97 * ac97);
40int patch_cirrus_spdif(struct snd_ac97 * ac97);
41int patch_conexant(struct snd_ac97 * ac97);
42int patch_ad1819(struct snd_ac97 * ac97);
43int patch_ad1881(struct snd_ac97 * ac97);
44int patch_ad1885(struct snd_ac97 * ac97);
45int patch_ad1886(struct snd_ac97 * ac97);
46int patch_ad1888(struct snd_ac97 * ac97);
47int patch_ad1980(struct snd_ac97 * ac97);
48int patch_ad1981a(struct snd_ac97 * ac97);
49int patch_ad1981b(struct snd_ac97 * ac97);
50int patch_ad1985(struct snd_ac97 * ac97);
67e9f4b6 51int patch_ad1986(struct snd_ac97 * ac97);
ee42381e
TI
52int patch_alc650(struct snd_ac97 * ac97);
53int patch_alc655(struct snd_ac97 * ac97);
54int patch_alc850(struct snd_ac97 * ac97);
55int patch_cm9738(struct snd_ac97 * ac97);
56int patch_cm9739(struct snd_ac97 * ac97);
57int patch_cm9761(struct snd_ac97 * ac97);
58int patch_cm9780(struct snd_ac97 * ac97);
59int patch_vt1616(struct snd_ac97 * ac97);
60int patch_vt1617a(struct snd_ac97 * ac97);
61int patch_it2646(struct snd_ac97 * ac97);
82466ad7 62int patch_ucb1400(struct snd_ac97 * ac97);
ee42381e 63int mpatch_si3036(struct snd_ac97 * ac97);
ba22429d 64int patch_lm4550(struct snd_ac97 * ac97);