]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1937fe4cfa96460b3400f9eecf4d372d1e3dea61
treed9a375b5bdc555ab61c1996465ddbcb62f7655b9
parent47599c6298943ede4662b5e31dfe375feac1b48a
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