mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
A quick fix for a problem that will go away in a few days anyway..
This commit is contained in:
parent
dfe61cf102
commit
124b8f8150
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12563
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: pcaudio.c,v 1.19 1995/11/29 10:47:47 julian Exp $
|
||||
* $Id: pcaudio.c,v 1.20 1995/11/30 05:58:53 julian Exp $
|
||||
*/
|
||||
|
||||
#include "pca.h"
|
||||
|
@ -55,8 +55,8 @@
|
|||
#ifdef JREMOD
|
||||
#include <sys/conf.h>
|
||||
#include <sys/kernel.h>
|
||||
#define CDEV_MAJOR 24
|
||||
#endif /* JREMOD */
|
||||
#define CDEV_MAJOR 24
|
||||
|
||||
#define BUF_SIZE 8192
|
||||
#define SAMPLE_RATE 8000
|
||||
|
|
Loading…
Reference in a new issue