aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch
blob: 09b10f17e6c63d7576351aa0d5ebcb08c08d3dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Upstream-Status: Pending
Signed-off-by: Saul Wold <sgw@linux.intel.com>

Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
===================================================================
--- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
+++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c
@@ -13,7 +13,7 @@
 #include <ctype.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
-#ifndef __PPC__
+#if !(__PPC__ || __mips__)
 #include <sys/io.h>
 #endif
 #include <sys/types.h>