On Fri, 29 May 2026 22:01:13 +0200, Thomas Gleixner wrote: > > From: Thomas Gleixner <[email protected]> > > 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]> > Tested-by: Arthur Kiyanovski <[email protected]> > Reviewed-by: David Woodhouse <[email protected]> > Reviewed-by: Jacob Keller <[email protected]>
Acked-by: Takashi Iwai <[email protected]> thanks, Takashi > --- > 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; > > } > > >

