1139749Simp/*-
2166488Sjoel * Copyright (c) 2003 Orion Hodson
3166488Sjoel * All rights reserved.
4109818Sorion *
5109818Sorion * Redistribution and use in source and binary forms, with or without
6109818Sorion * modification, are permitted provided that the following conditions
7109818Sorion * are met:
8109818Sorion * 1. Redistributions of source code must retain the above copyright
9109818Sorion *    notice, this list of conditions and the following disclaimer.
10109818Sorion * 2. Redistributions in binary form must reproduce the above copyright
11109818Sorion *    notice, this list of conditions and the following disclaimer in the
12109818Sorion *    documentation and/or other materials provided with the distribution.
13109818Sorion *
14109818Sorion * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15109818Sorion * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16109818Sorion * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17109818Sorion * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18109818Sorion * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19109818Sorion * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20109818Sorion * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21109818Sorion * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22109818Sorion * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23109818Sorion * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24109818Sorion * SUCH DAMAGE.
25109818Sorion *
26109818Sorion * $FreeBSD: releng/11.0/sys/dev/sound/pcm/ac97_patch.h 168861 2007-04-19 13:54:22Z ariff $
27109818Sorion */
28109818Sorion
29109818Soriontypedef void (*ac97_patch)(struct ac97_info*);
30109818Sorion
31109818Sorionvoid ad1886_patch(struct ac97_info*);
32119208Sorionvoid ad198x_patch(struct ac97_info*);
33162738Sariffvoid ad1981b_patch(struct ac97_info*);
34150829Snetchildvoid cmi9739_patch(struct ac97_info*);
35168861Sariffvoid alc655_patch(struct ac97_info*);
36