From: Thomas Gleixner Date: Fri, 29 May 2026 20:01:13 +0000 (+0200) Subject: ALSA: hda/common: Use system_device_crosststamp::sys_systime X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13029a25eaa92457d8363a94c48592991770cc67;p=thirdparty%2Fkernel%2Flinux.git ALSA: hda/common: Use system_device_crosststamp::sys_systime 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 Tested-by: Arthur Kiyanovski Reviewed-by: David Woodhouse Reviewed-by: Jacob Keller Link: https://patch.msgid.link/20260529195557.995298795@kernel.org --- diff --git a/sound/hda/common/controller.c b/sound/hda/common/controller.c index a880dcd8f2e83..77a67fb9eaf96 100644 --- a/sound/hda/common/controller.c +++ b/sound/hda/common/controller.c @@ -525,7 +525,7 @@ static int azx_get_time_info(struct snd_pcm_substream *substream, break; default: - *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); + *system_ts = ktime_to_timespec64(xtstamp.sys_systime); break; }