ALSA: line6: stop using get_seconds()
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 15:41:01 +0000 (17:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Jun 2018 15:56:29 +0000 (17:56 +0200)
commita8eaad7b04eaab3df6b8db722d4418286815b46c
tree24a6da74fedfeeb85a2567d008128b8bfbe4fb21
parenta753af301c616cd51dedb3b5a8b3ba6cac3e58b8
ALSA: line6: stop using get_seconds()

The get_seconds() function is deprecated because it truncates the
timestamp to 32 bits, so all users should change to ktime_get_seconds()
or ktime_get_real_seconds().

The firmware interface for passing the timestamp is also limited to
32 bits, so this patch only has the cosmetic effect of avoiding the
old interface.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/toneport.c