summaryrefslogtreecommitdiff
path: root/pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch')
-rw-r--r--pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch b/pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch
new file mode 100644
index 00000000..a9b63578
--- /dev/null
+++ b/pkg/alsa-lib/patch/0006-Remove-unused-empty-struct.patch
@@ -0,0 +1,26 @@
+From b2c26e9b2ef3899b640fa5a70124b0a0ce42f011 Mon Sep 17 00:00:00 2001
+From: Michael Forney <mforney@mforney.org>
+Date: Fri, 31 May 2019 17:48:37 -0700
+Subject: [PATCH] Remove unused empty struct
+
+Signed-off-by: Michael Forney <mforney@mforney.org>
+---
+ src/pcm/pcm_direct.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/pcm/pcm_direct.h b/src/pcm/pcm_direct.h
+index da5e280e..6e66b47d 100644
+--- a/src/pcm/pcm_direct.h
++++ b/src/pcm/pcm_direct.h
+@@ -181,8 +181,6 @@ struct snd_pcm_direct {
+ mix_areas_24_t *remix_areas_24;
+ mix_areas_u8_t *remix_areas_u8;
+ } dmix;
+- struct {
+- } dsnoop;
+ struct {
+ unsigned long long chn_mask;
+ } dshare;
+--
+2.20.1
+