Blame SOURCES/alsa-tools-1.0.27-non-x86.patch

b28df5
diff -up alsa-tools-1.0.27/hda-verb/hda-verb.c.s390 alsa-tools-1.0.27/hda-verb/hda-verb.c
b28df5
--- alsa-tools-1.0.27/hda-verb/hda-verb.c.s390	2013-05-21 12:31:13.000000000 +0200
b28df5
+++ alsa-tools-1.0.27/hda-verb/hda-verb.c	2013-05-21 12:31:42.000000000 +0200
b28df5
@@ -13,7 +13,7 @@
b28df5
 #include <ctype.h>
b28df5
 #include <unistd.h>
b28df5
 #include <sys/ioctl.h>
b28df5
-#ifndef __PPC__
b28df5
+#if defined(__i386__) || defined(__x86_64__)
b28df5
 #include <sys/io.h>
b28df5
 #endif
b28df5
 #include <sys/types.h>