aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
diff options
context:
space:
mode:
authorBaolin Wang <[email protected]>2018-04-24 12:06:12 +0000
committerArnd Bergmann <[email protected]>2019-12-11 21:06:16 +0000
commitd9e5582c4bb219f3459e39f65410f0e5128fbe91 (patch)
tree975313dbeab03ffd87b751735e64ece15aee2660 /sound/core/timer.c
parentALSA: Avoid using timespec for struct snd_pcm_status (diff)
downloadkernel-d9e5582c4bb219f3459e39f65410f0e5128fbe91.tar.gz
kernel-d9e5582c4bb219f3459e39f65410f0e5128fbe91.zip
ALSA: Avoid using timespec for struct snd_rawmidi_status
The struct snd_rawmidi_status will use 'timespec' type variables to record timestamp, which is not year 2038 safe on 32bits system. Thus we introduced 'struct snd_rawmidi_status32' and 'struct snd_rawmidi_status64' to handle 32bit time_t and 64bit time_t in native mode, which replace timespec with s64 type. In compat mode, we renamed or introduced new structures to handle 32bit/64bit time_t in compatible mode. The 'struct snd_rawmidi_status32' and snd_rawmidi_ioctl_status32() are used to handle 32bit time_t in compat mode. 'struct compat_snd_rawmidi_status64' is used to handle 64bit time_t. When glibc changes time_t to 64-bit, any recompiled program will issue ioctl commands that the kernel does not understand without this patch. Signed-off-by: Baolin Wang <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'sound/core/timer.c')
0 files changed, 0 insertions, 0 deletions