Files
recycled-ni-libstb-hal/include/audio_td.h
martii e0c90be5e7 spark: add volume control for alsa mixer
Origin commit data
------------------
Branch: master
Commit: 7cd67c9fad
Author: martii <you@example.com>
Date: 2012-09-05 (Wed, 05 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-09-05 19:08:45 +02:00

14 lines
332 B
C

#include <config.h>
#if HAVE_TRIPLEDRAGON
#include "../libtriple/audio_td.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/audio_lib.h"
#ifdef MARTII
#include "../libspark/audio_mixer.h"
#endif
#elif HAVE_AZBOX_HARDWARE
#include "../azbox/audio_lib.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif