]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda/common: Use system_device_crosststamp::sys_systime
authorThomas Gleixner <tglx@kernel.org>
Fri, 29 May 2026 20:01:13 +0000 (22:01 +0200)
committerThomas Gleixner <tglx@kernel.org>
Thu, 4 Jun 2026 09:04:17 +0000 (11:04 +0200)
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 <tglx@kernel.org>
Tested-by: Arthur Kiyanovski <akiyano@amazon.com>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20260529195557.995298795@kernel.org
sound/hda/common/controller.c

index a880dcd8f2e83f823cdb1d81f84438f34e6c4dd0..77a67fb9eaf960718efe1615a4e2c3da713663ca 100644 (file)
@@ -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;
 
                }