mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
machine/soundcard.h is now in the standard location - sys/soundcard.h
This commit is contained in:
parent
e4ba692011
commit
978f5d6c5d
3 changed files with 3 additions and 3 deletions
|
|
@ -329,7 +329,7 @@ struct _snddev_info {
|
|||
/*
|
||||
* TODO: add some card classes rather than specific types.
|
||||
*/
|
||||
#include <machine/soundcard.h>
|
||||
#include <sys/soundcard.h>
|
||||
/*
|
||||
* many variables should be reduced to a range. Here define a macro
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ static const char rcsid[] =
|
|||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <machine/soundcard.h>
|
||||
#include <sys/soundcard.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include <sys/buf.h>
|
||||
#include <sys/signalvar.h>
|
||||
|
||||
#include <machine/soundcard.h>
|
||||
#include <sys/soundcard.h>
|
||||
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue