alistair23-linux/sound/pci/pcxhr
Aya Mahfouz 326f0480b7 ALSA: pcxhr: convert timeval to ktime_t
This patch is concerned with migrating the time variables in the pcxhr
module found in the sound driver. The changes are concerend with the
y2038 problem where timeval will overflow in the year 2038. ktime_t
was used instead of timeval to get the wall time. The difference
is displayed now in nanoseconds instead of microseconds.

Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-10-28 15:07:25 +01:00
..
Makefile
pcxhr.c ALSA: pcxhr: convert timeval to ktime_t 2014-10-28 15:07:25 +01:00
pcxhr.h ALSA: pcxhr: Use nonatomic PCM ops 2014-09-15 15:52:09 +02:00
pcxhr_core.c ALSA: pcxhr: convert timeval to ktime_t 2014-10-28 15:07:25 +01:00
pcxhr_core.h ALSA: pcxhr: Use nonatomic PCM ops 2014-09-15 15:52:09 +02:00
pcxhr_hwdep.c
pcxhr_hwdep.h
pcxhr_mix22.c
pcxhr_mix22.h
pcxhr_mixer.c ALSA: pcxhr: Use snd_ctl_enum_info() 2014-10-21 09:04:18 +02:00
pcxhr_mixer.h