mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
include files from the local directory ("xxx.h") instead of the standard
path (<alsa/xxx.h>).
This commit is contained in:
parent
640ee8faa7
commit
7a69ed8558
3 changed files with 21 additions and 21 deletions
|
|
@ -39,24 +39,24 @@
|
|||
#include <sys/poll.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <alsa/asoundef.h>
|
||||
#include <alsa/version.h>
|
||||
#include <alsa/global.h>
|
||||
#include <alsa/input.h>
|
||||
#include <alsa/output.h>
|
||||
#include <alsa/error.h>
|
||||
#include <alsa/conf.h>
|
||||
#include <alsa/pcm.h>
|
||||
#include <alsa/rawmidi.h>
|
||||
#include <alsa/timer.h>
|
||||
#include <alsa/hwdep.h>
|
||||
#include <alsa/control.h>
|
||||
#include <alsa/mixer.h>
|
||||
#include <alsa/seq_event.h>
|
||||
#include <alsa/seq.h>
|
||||
#include <alsa/seqmid.h>
|
||||
#include <alsa/seq_midi_event.h>
|
||||
#include <alsa/conv.h>
|
||||
#include <alsa/instr.h>
|
||||
#include "asoundef.h"
|
||||
#include "version.h"
|
||||
#include "global.h"
|
||||
#include "input.h"
|
||||
#include "output.h"
|
||||
#include "error.h"
|
||||
#include "conf.h"
|
||||
#include "pcm.h"
|
||||
#include "rawmidi.h"
|
||||
#include "timer.h"
|
||||
#include "hwdep.h"
|
||||
#include "control.h"
|
||||
#include "mixer.h"
|
||||
#include "seq_event.h"
|
||||
#include "seq.h"
|
||||
#include "seqmid.h"
|
||||
#include "seq_midi_event.h"
|
||||
#include "conv.h"
|
||||
#include "instr.h"
|
||||
|
||||
#endif /* __ASOUNDLIB_H */
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __ALSA_MIXER_SIMPLE_H
|
||||
#define __ALSA_MIXER_SIMPLE_H
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "asoundlib.h"
|
||||
|
||||
/** Ordinary Mixer latency type */
|
||||
enum sndo_mixer_io_type {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __ALSA_PCM_SIMPLE_H
|
||||
#define __ALSA_PCM_SIMPLE_H
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "asoundlib.h"
|
||||
|
||||
/** Ordinary PCM latency type */
|
||||
enum sndo_pcm_latency_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue