diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-08-29 20:06:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:40:47 +0100 |
commit | c74a6dd34d9d9493b420560be3675ee29ba88114 (patch) | |
tree | 731c0186b5173092572f5409c15adf4d5c938b59 /meta/recipes-multimedia/alsa/alsa-tools | |
parent | b72ce8202439d8fdb8a9129bec82359edb954133 (diff) | |
download | poky-c74a6dd34d9d9493b420560be3675ee29ba88114.tar.gz |
alsa-tools: upgrade to 1.0.28
mips_has_no_io_h.patch removed, no longer necessary.
Changelog:
http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28
(From OE-Core rev: f28e6f4131e675a60795156012851b8367ac1b4d)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch b/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch deleted file mode 100644 index 09b10f17e6..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
3 | |||
4 | Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c | ||
5 | =================================================================== | ||
6 | --- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c | ||
7 | +++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c | ||
8 | @@ -13,7 +13,7 @@ | ||
9 | #include <ctype.h> | ||
10 | #include <unistd.h> | ||
11 | #include <sys/ioctl.h> | ||
12 | -#ifndef __PPC__ | ||
13 | +#if !(__PPC__ || __mips__) | ||
14 | #include <sys/io.h> | ||
15 | #endif | ||
16 | #include <sys/types.h> | ||