ALSA: Replace timespec with timespec64
authorBaolin Wang <baolin.wang@linaro.org>
Tue, 24 Apr 2018 12:06:08 +0000 (20:06 +0800)
committerArnd Bergmann <arnd@arndb.de>
Wed, 11 Dec 2019 21:06:14 +0000 (22:06 +0100)
commitfcae40c99fb3d09f4407f549a7f17761abe5e1bc
treed9a375b5bdc555ab61c1996465ddbcb62f7655b9
parente42617b825f8073569da76dc4510bfa019b1c35a
ALSA: Replace timespec with timespec64

Since timespec is not year 2038 safe on 32bit system, and we need to
convert all timespec variables to timespec64 type for sound subsystem.

This patch is used to do preparation for following patches, that will
convert all structures defined in uapi/sound/asound.h to use 64-bit
time_t.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/sound/pcm.h
include/sound/soc-component.h
include/sound/timer.h
sound/core/pcm_lib.c
sound/core/pcm_native.c
sound/core/timer.c
sound/drivers/aloop.c
sound/pci/hda/hda_controller.c
sound/soc/intel/skylake/skl-pcm.c