repo-copied to make way for newmidi, this commit updates include paths
This commit is contained in:
parent
b2f2b704d0
commit
ef9308b1ce
@ -28,11 +28,11 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
#if NPCM > 0 && NPNP > 0
|
||||
|
||||
#include <dev/pcm/isa/ad1816.h>
|
||||
#include <dev/sound/isa/ad1816.h>
|
||||
|
||||
struct ad1816_info;
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/pcm/isa/sb.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#include <dev/sound/isa/sb.h>
|
||||
|
||||
#if NPCM > 0
|
||||
|
||||
|
@ -28,12 +28,12 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
#if NPCM > 0
|
||||
|
||||
/* board-specific include files */
|
||||
#include <dev/pcm/isa/mss.h>
|
||||
#include <dev/sound/isa/mss.h>
|
||||
|
||||
struct mss_info;
|
||||
|
||||
|
@ -31,11 +31,11 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#if NPCM > 0
|
||||
|
||||
#define __SB_MIXER_C__ /* XXX warning... */
|
||||
#include <dev/pcm/isa/sb.h>
|
||||
#include <dev/sound/isa/sb.h>
|
||||
|
||||
/* channel interface */
|
||||
static void *sbchan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir);
|
||||
|
@ -31,11 +31,11 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#if NPCM > 0
|
||||
|
||||
#define __SB_MIXER_C__ /* XXX warning... */
|
||||
#include <dev/pcm/isa/sb.h>
|
||||
#include <dev/sound/isa/sb.h>
|
||||
|
||||
/* channel interface */
|
||||
static void *sbchan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir);
|
||||
|
@ -31,11 +31,11 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#if NPCM > 0
|
||||
|
||||
#define __SB_MIXER_C__ /* XXX warning... */
|
||||
#include <dev/pcm/isa/sb.h>
|
||||
#include <dev/sound/isa/sb.h>
|
||||
|
||||
/* channel interface */
|
||||
static void *sbchan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir);
|
||||
|
@ -29,9 +29,9 @@
|
||||
#include "pci.h"
|
||||
#include "pcm.h"
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/pcm/ac97.h>
|
||||
#include <dev/pcm/pci/aureal.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#include <dev/sound/pcm/ac97.h>
|
||||
#include <dev/sound/pci/aureal.h>
|
||||
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
@ -53,9 +53,9 @@
|
||||
#include "pci.h"
|
||||
#include "pcm.h"
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/pcm/ac97.h>
|
||||
#include <dev/pcm/pci/es137x.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#include <dev/sound/pcm/ac97.h>
|
||||
#include <dev/sound/pci/es137x.h>
|
||||
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
@ -29,9 +29,9 @@
|
||||
#include "pci.h"
|
||||
#include "pcm.h"
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/pcm/ac97.h>
|
||||
#include <dev/pcm/pci/t4dwave.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#include <dev/sound/pcm/ac97.h>
|
||||
#include <dev/sound/pci/t4dwave.h>
|
||||
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
@ -26,8 +26,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/pcm/ac97.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#include <dev/sound/pcm/ac97.h>
|
||||
|
||||
#define AC97_MUTE 0x8000
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
#define MIN_CHUNK_SIZE 256 /* for uiomove etc. */
|
||||
#define DMA_ALIGN_THRESHOLD 4
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <sys/queue.h>
|
||||
#include <sys/kernel.h>
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
static int getchns(snddev_info *d, int chan, pcm_channel **rdch, pcm_channel **wrch);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "pcm.h"
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
/* channel interface */
|
||||
static void *fkchan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir);
|
||||
|
@ -26,7 +26,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
static int chn_addfeeder(pcm_channel *c, pcm_feeder *f);
|
||||
static int chn_removefeeder(pcm_channel *c);
|
||||
|
@ -26,7 +26,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
|
||||
static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = {
|
||||
[SOUND_MIXER_VOLUME] = 75,
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "opt_devfs.h"
|
||||
|
||||
#include <dev/pcm/sound.h>
|
||||
#include <dev/sound/pcm/sound.h>
|
||||
#ifdef DEVFS
|
||||
#include <sys/devfsext.h>
|
||||
#endif /* DEVFS */
|
||||
|
@ -89,10 +89,10 @@ struct isa_device { int dummy; };
|
||||
|
||||
#endif /* _OS_H_ */
|
||||
|
||||
#include <dev/pcm/datatypes.h>
|
||||
#include <dev/pcm/channel.h>
|
||||
#include <dev/pcm/mixer.h>
|
||||
#include <dev/pcm/dsp.h>
|
||||
#include <dev/sound/pcm/datatypes.h>
|
||||
#include <dev/sound/pcm/channel.h>
|
||||
#include <dev/sound/pcm/mixer.h>
|
||||
#include <dev/sound/pcm/dsp.h>
|
||||
|
||||
#define MAGIC(unit) (0xa4d10de0 + unit)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user