diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 05:15:25 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 05:15:25 -0600 |
commit | b412a965b735d5ab4816a0b438acab6c60f0dc11 (patch) | |
tree | 97bfe54c841ad24b304f89907756388e46739af4 /system/easy-kernel/asound-syntax-fix.patch | |
parent | 02559356f59a8d6fad54ffeecc435f230ccd89af (diff) | |
download | packages-b412a965b735d5ab4816a0b438acab6c60f0dc11.tar.gz packages-b412a965b735d5ab4816a0b438acab6c60f0dc11.tar.bz2 packages-b412a965b735d5ab4816a0b438acab6c60f0dc11.tar.xz packages-b412a965b735d5ab4816a0b438acab6c60f0dc11.zip |
system/easy-kernel: Two minor fixes
1. Fix syntax for uapi/sound/asound.h. Otherwise, alsa-lib FTBFS.
2. Initial support for persistent, builder-storage-only mod signing key.
Diffstat (limited to 'system/easy-kernel/asound-syntax-fix.patch')
-rw-r--r-- | system/easy-kernel/asound-syntax-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/easy-kernel/asound-syntax-fix.patch b/system/easy-kernel/asound-syntax-fix.patch new file mode 100644 index 000000000..682afb296 --- /dev/null +++ b/system/easy-kernel/asound-syntax-fix.patch @@ -0,0 +1,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 */ |