summaryrefslogtreecommitdiff
path: root/system/easy-kernel/asound-syntax-fix.patch
blob: 682afb29685ca5bddcaf766d413be4001a247260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- linux-5.4/include/uapi/sound/asound.h.old	2019-12-28 10:44:33.650684482 +0000
+++ linux-5.4/include/uapi/sound/asound.h	2019-12-28 10:45:28.854780162 +0000
@@ -471,7 +471,7 @@
 
 #ifndef __KERNEL__
 /* explicit padding avoids incompatibility between i386 and x86-64 */
-typedef struct { unsigned char pad[sizeof(time_t) - sizeof(int)] __time_pad;
+typedef struct { unsigned char pad[sizeof(time_t) - sizeof(int)] } __time_pad;
 
 struct snd_pcm_status {
 	snd_pcm_state_t state;		/* stream state */