Re: [patch V2 21/25] ALSA: hda/common: Use system_device_crosststamp::sys_systime

From: Takashi Iwai

Date: Tue Jun 02 2026 - 13:54:43 EST


On Fri, 29 May 2026 22:01:13 +0200,
Thomas Gleixner wrote:
>
> From: Thomas Gleixner <tglx@xxxxxxxxxx>
>
> 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@xxxxxxxxxx>
> Tested-by: Arthur Kiyanovski <akiyano@xxxxxxxxxx>
> Reviewed-by: David Woodhouse <dwmw@xxxxxxxxxxxx>
> Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>

Acked-by: Takashi Iwai <tiwai@xxxxxxx>


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;
>
> }
>
>
>