Deleted Added
full compact
es137x.h (54831) es137x.h (59019)
1/*
2 * This supports the ENSONIQ AudioPCI board based on the ES1370.
3 *
4 * Copyright (c) 1998 Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Absolutely no warranty of function or purpose is made by the author
17 * Joachim Kuebart.
18 * 4. Modifications may be freely made to this file if the above conditions
19 * are met.
20 *
1/*
2 * This supports the ENSONIQ AudioPCI board based on the ES1370.
3 *
4 * Copyright (c) 1998 Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Absolutely no warranty of function or purpose is made by the author
17 * Joachim Kuebart.
18 * 4. Modifications may be freely made to this file if the above conditions
19 * are met.
20 *
21 * $FreeBSD: head/sys/dev/sound/pci/es137x.h 54831 1999-12-19 17:51:32Z cg $
21 * $FreeBSD: head/sys/dev/sound/pci/es137x.h 59019 2000-04-05 00:38:00Z cg $
22 */
23
24#ifndef _ES1370_REG_H
25#define _ES1370_REG_H
26
27#define ES1370_REG_CONTROL 0x00
28#define ES1370_REG_STATUS 0x04
29#define ES1370_REG_UART_DATA 0x08

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

174#define ES_SMPREG_DAC2 0x74
175#define ES_SMPREG_ADC 0x78
176#define ES_SMPREG_TRUNC_N 0x00
177#define ES_SMPREG_INT_REGS 0x01
178#define ES_SMPREG_VFREQ_FRAC 0x03
179#define ES_SMPREG_VOL_ADC 0x6c
180#define ES_SMPREG_VOL_DAC1 0x7c
181#define ES_SMPREG_VOL_DAC2 0x7e
22 */
23
24#ifndef _ES1370_REG_H
25#define _ES1370_REG_H
26
27#define ES1370_REG_CONTROL 0x00
28#define ES1370_REG_STATUS 0x04
29#define ES1370_REG_UART_DATA 0x08

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

174#define ES_SMPREG_DAC2 0x74
175#define ES_SMPREG_ADC 0x78
176#define ES_SMPREG_TRUNC_N 0x00
177#define ES_SMPREG_INT_REGS 0x01
178#define ES_SMPREG_VFREQ_FRAC 0x03
179#define ES_SMPREG_VOL_ADC 0x6c
180#define ES_SMPREG_VOL_DAC1 0x7c
181#define ES_SMPREG_VOL_DAC2 0x7e
182#define ES_BUFFSIZE 0x10000 /* We're PCI! Use a large buffer */
183
184#endif
182
183#endif