Re: [PATCH v2] sound: pci: pcxhr: convert timeval to ktime_t

2014-10-28 Thread Takashi Iwai
At Tue, 28 Oct 2014 14:27:44 +0200, Aya Mahfouz wrote: > > 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

[PATCH v2] sound: pci: pcxhr: convert timeval to ktime_t

2014-10-28 Thread Aya Mahfouz
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

[PATCH v2] sound: pci: pcxhr: convert timeval to ktime_t

2014-10-28 Thread Aya Mahfouz
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

Re: [PATCH v2] sound: pci: pcxhr: convert timeval to ktime_t

2014-10-28 Thread Takashi Iwai
At Tue, 28 Oct 2014 14:27:44 +0200, Aya Mahfouz wrote: 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