sys_systime is an alias for sys_realtime. The latter will be removed so switch the code over to the new naming scheme.
No functional change. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Takashi Iwai <[email protected]> Cc: [email protected] --- sound/hda/common/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/hda/common/controller.c +++ b/sound/hda/common/controller.c @@ -525,7 +525,7 @@ static int azx_get_time_info(struct snd_ break; default: - *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); + *system_ts = ktime_to_timespec64(xtstamp.sys_systime); break; }

