mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
change the include path "asoundlib.h" to <alsa/asoundlib.h>
This commit is contained in:
parent
9a19772de9
commit
2335577a15
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __ALSA_MIXER_SIMPLE_H
|
#ifndef __ALSA_MIXER_SIMPLE_H
|
||||||
#define __ALSA_MIXER_SIMPLE_H
|
#define __ALSA_MIXER_SIMPLE_H
|
||||||
|
|
||||||
#include "asoundlib.h"
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
/** Ordinary Mixer latency type */
|
/** Ordinary Mixer latency type */
|
||||||
enum sndo_mixer_io_type {
|
enum sndo_mixer_io_type {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __ALSA_PCM_SIMPLE_H
|
#ifndef __ALSA_PCM_SIMPLE_H
|
||||||
#define __ALSA_PCM_SIMPLE_H
|
#define __ALSA_PCM_SIMPLE_H
|
||||||
|
|
||||||
#include "asoundlib.h"
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
/** Ordinary PCM latency type */
|
/** Ordinary PCM latency type */
|
||||||
enum sndo_pcm_latency_type {
|
enum sndo_pcm_latency_type {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue