From: Thomas Gleixner Date: Wed, 11 Jun 2014 23:59:15 +0000 (+0000) Subject: ALSA: intel8x0: Use ktime and ktime_get() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2afe8be85c2c79fc574c0d322ab60921d5deed43;p=pandora-kernel.git ALSA: intel8x0: Use ktime and ktime_get() do_posix_clock_monotonic_gettime() is a leftover from the initial posix timer implementation which maps to ktime_get_ts() and returns the monotonic time in a timespec. Use ktime based ktime_get() and use the ktime_delta_us() function to calculate the delta instead of open coding the timespec math. Signed-off-by: Thomas Gleixner Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed