Change asoundlib.h include to <alsa/asoundlib.h>

This commit is contained in:
twinaphex 2013-07-07 19:26:03 +02:00
parent 75cce7fb4d
commit 6d1e9dcaff
2 changed files with 0 additions and 8 deletions

View File

@ -16,11 +16,7 @@
#include "../driver.h"
#include <stdlib.h>
#ifdef PANDORA
#include <alsa/asoundlib.h>
#else
#include <asoundlib.h>
#endif
#include "../general.h"
#define TRY_ALSA(x) if (x < 0) { \

View File

@ -17,11 +17,7 @@
#include "../driver.h"
#include <stdlib.h>
#ifdef PANDORA
#include <alsa/asoundlib.h>
#else
#include <asoundlib.h>
#endif
#include "../general.h"
#include "../thread.h"
#include "../fifo_buffer.h"