]> err.no Git - mapper/commitdiff
Use dsp sink only if defined (WITH_DEVICE_770) && defined(__arm__)
authorKaj-Michael Lang <milang@tal.org>
Fri, 7 Mar 2008 11:11:46 +0000 (13:11 +0200)
committerKaj-Michael Lang <milang@tal.org>
Fri, 7 Mar 2008 11:11:46 +0000 (13:11 +0200)
src/audio.h

index a8f7f442ef7009ec92956e43435c35bcc66504b7..1ae25b52dc052f89b30dddd5469530cdd6991b6e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _AUDIO_H
 #define _AUDIO_H
 
-#ifdef WITH_DEVICE_770
+#if defined (WITH_DEVICE_770) && defined(__arm__)
 #define AUDIO_SRC "dsppcmsrc"
 #define AUDIO_SINK "dsppcmsink"
 #else