summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/ftdetect/proto.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vim/ftdetect/proto.vim b/.vim/ftdetect/proto.vim
deleted file mode 100644
index 2b6bdbc..0000000
--- a/.vim/ftdetect/proto.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-augroup filetype
- au! BufRead,BufNewFile *.proto setfiletype proto
-augroup end
/a>) tree845a0f48868cf4b2917afe6582b1c4b15080d80b /include/uapi/sound/asound.h parent7dd7a2fd7eb147a610506f6c6f871c03908fc58a (diff)
ALSA: core: fix 64-bit SNDRV_PCM_IOCTL_STATUS ABI breakage
Commit 4eeaaeaea (ALSA: core: add hooks for audio timestamps) added the new audio_tstamp field to struct snd_pcm_status. However, struct timespec requires 64-bit alignment, so the 64-bit compiler would insert 32 bits of padding before this field, which broke SNDRV_PCM_IOCTL_STATUS with error messages like this: kernel: unknown ioctl = 0x80984120 To solve this, insert the padding explicitly so that it can be taken into account when calculating the ABI structure size. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound/asound.h')