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