summaryrefslogtreecommitdiffstats
path: root/libraries/libffado/libffado-mixer.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-05-16 08:40:20 +0200
committer Matteo Bernardini2020-05-16 08:40:20 +0200
commit24d138810ffcc8f587a8b5738055b391d5557876 (patch)
tree36cb94ee167544a9b47bb0977f363ad1d9a9269c /libraries/libffado/libffado-mixer.patch
parentba2748231a15ec48e202d1266310f7b2ac19f831 (diff)
downloadslackbuilds-24d138810ffcc8f587a8b5738055b391d5557876.tar.gz
20200516.1 global branch merge.current-20200516.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libffado/libffado-mixer.patch')
-rw-r--r--libraries/libffado/libffado-mixer.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/libraries/libffado/libffado-mixer.patch b/libraries/libffado/libffado-mixer.patch
deleted file mode 100644
index 30ab57ce1d..0000000000
--- a/libraries/libffado/libffado-mixer.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- a/tests/test-enhanced-mixer.cpp
-+++ b/tests/test-enhanced-mixer.cpp
-@@ -77,7 +77,7 @@
- exit(0);
- }
-
-- int errno = 0;
-+ extern int errno;
- char* tail;
- int node_id = strtol( argv[1], &tail, 0 );
- int fb_id = strtol( argv[2], &tail, 0 );
---- a/tests/test-mixer.cpp
-+++ b/tests/test-mixer.cpp
-@@ -227,7 +227,7 @@
- exit(0);
- }
-
-- int errno = 0;
-+ extern int errno;
- char* tail;
- int port = strtol( argv[1], &tail, 0 );
- int node_id = strtol( argv[2], &tail, 0 );
---- a/tests/test-pan.cpp
-+++ b/tests/test-pan.cpp
-@@ -131,7 +131,7 @@
- exit(0);
- }
-
-- int errno = 0;
-+ extern int errno;
- char* tail;
- int node_id = strtol( argv[1], &tail, 0 );
- int fb_id = strtol( argv[2], &tail, 0 );
---- a/tests/test-volume.cpp
-+++ b/tests/test-volume.cpp
-@@ -127,7 +127,7 @@
- exit(0);
- }
-
-- int errno = 0;
-+ extern int errno;
- char* tail;
- int node_id = strtol( argv[1], &tail, 0 );
- int fb_id = strtol( argv[2], &tail, 0 );
-