Deleted Added
full compact
csavar.h (78673) csavar.h (147626)
1/*-
2 * Copyright (c) 1999 Seigo Tanimura
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1999 Seigo Tanimura
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/sound/pci/csavar.h 78673 2001-06-23 18:00:06Z cg $
26 * $FreeBSD: head/sys/dev/sound/pci/csavar.h 147626 2005-06-27 07:43:57Z glebius $
27 */
28
29#ifndef _CSA_VAR_H
30#define _CSA_VAR_H
31struct csa_card {
32 u_int16_t subvendor, subdevice;
33 char *name;
34 void *amp;

--- 26 unchanged lines hidden (view full) ---

61int csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data);
62int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
63
64u_int32_t csa_readio(csa_res *resp, u_long offset);
65void csa_writeio(csa_res *resp, u_long offset, u_int32_t data);
66u_int32_t csa_readmem(csa_res *resp, u_long offset);
67void csa_writemem(csa_res *resp, u_long offset, u_int32_t data);
68
27 */
28
29#ifndef _CSA_VAR_H
30#define _CSA_VAR_H
31struct csa_card {
32 u_int16_t subvendor, subdevice;
33 char *name;
34 void *amp;

--- 26 unchanged lines hidden (view full) ---

61int csa_readcodec(csa_res *resp, u_long offset, u_int32_t *data);
62int csa_writecodec(csa_res *resp, u_long offset, u_int32_t data);
63
64u_int32_t csa_readio(csa_res *resp, u_long offset);
65void csa_writeio(csa_res *resp, u_long offset, u_int32_t data);
66u_int32_t csa_readmem(csa_res *resp, u_long offset);
67void csa_writemem(csa_res *resp, u_long offset, u_int32_t data);
68
69void csa_resetdsp(csa_res *resp);
69#endif /* _CSA_VAR_H */
70#endif /* _CSA_VAR_H */