public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Zeno Endemann <zeno.endemann@mailbox.org>
Cc: Takashi Iwai <tiwai@suse.de>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Cezary Rojewski <cezary.rojewski@intel.com>,
	Christian Brauner <brauner@kernel.org>,
	Mark Brown <broonie@kernel.org>,
	Pavel Hofman <pavel.hofman@ivitera.com>,
	David Howells <dhowells@redhat.com>,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>,
	Peter Ujfalusi <peter.ujfalusi@linux.intel.com>,
	Bard Liao <yung-chuan.liao@linux.intel.com>,
	Ranjani Sridharan <ranjani.sridharan@linux.intel.com>,
	Kai Vehmanen <kai.vehmanen@linux.intel.com>
Subject: Re: [PATCH] ALSA: core: Remove trigger_tstamp_latched
Date: Wed, 21 Aug 2024 16:44:33 +0200	[thread overview]
Message-ID: <87frqyorzi.wl-tiwai@suse.de> (raw)
In-Reply-To: <aa308e18-f9e0-4b1a-b548-fcc61e641c6f@mailbox.org>

On Wed, 21 Aug 2024 16:27:43 +0200,
Zeno Endemann wrote:
> 
> Takashi Iwai wrote on 13.08.24 16:05:
> > On Tue, 13 Aug 2024 15:58:13 +0200,
> > Zeno Endemann wrote:
> >> 
> >> Takashi Iwai wrote on 13.08.24 15:41:
> >>> On Tue, 13 Aug 2024 14:54:42 +0200,
> >>> Zeno Endemann wrote:
> >>>> 
> >>>> Pierre-Louis Bossart wrote on 13.08.24 10:04:
> >>>>> by focusing on the trigger timestamp I think you're looking at the wrong
> >>>>> side of the problem. The timestamping is improved by using the same
> >>>>> hardware counter for the trigger AND regular timestamp during
> >>>>> playback/capture. If you look at a hardware counter during
> >>>>> playback/capture but the start position is recorded with another method,
> >>>>> would you agree that there's a systematic non-reproducible offset at
> >>>>> each run? You want the trigger and regular timestamps to be measured in
> >>>>> the same way to avoid measurement differences.
> >>>> 
> >>>> I am not sure what you are talking about. I have not seen any place in the
> >>>> code where the trigger timestamp is taken in any other more sophisticated
> >>>> way than what the default is doing, i.e. calling snd_pcm_gettime. So I do
> >>>> not see how your custom *trigger* timestamps are done "with another method".
> >>>> 
> >>>>> I will not disagree that most applications do not need precise
> >>>>> timestamping, but if you want to try to enable time-of-flight
> >>>>> measurements for presence or gesture detection you will need higher
> >>>>> sampling rates and micro-second level accuracy.
> >>>> 
> >>>> I don't know, this sounds very theoretical at best to me. However I do not
> >>>> have the desire to try to further argue and convince you otherwise.
> >>>> 
> >>>> Do you want to propose a different solution for the stop trigger timestamp
> >>>> bug? That is my main goal after all.
> >>> 
> >>> Ah, I guess that the discussion drifted because of misunderstanding.
> >>> 
> >>> This isn't about the accuracy of the audio timestamp, but rather the
> >>> timing of trigger tstamp.  The commit 2b79d7a6bf34 ("ALSA: pcm: allow
> >>> for trigger_tstamp snapshot in .trigger") allowed the trigger_tstamp
> >>> taken in the driver's trigger callback.  But, the effectiveness of
> >>> this change is dubious, because the timestamp taken in the usual code
> >>> path in PCM core is right after the trigger callback, hence the
> >>> difference should be negligible -- that's the argument.
> >> 
> >> Exactly. Sorry if my communication was not clear on that.
> >> 
> >>> 
> >>> No matter how the fix will be, could you put the Fixes tag pointing to
> >>> the culprit commit(s) at the next submission?
> >> 
> >> Will do. I guess I'll have to look up which commit actually enabled the
> >> trigger_tstamp_latched in hda, as 2b79d7a6bf34 has no driver using that
> >> yet, so is not technically the culprit?
> > 
> > You can take the HD-audio side, the commit ed610af86a71 ("ALSA: hda:
> > read trigger_timestamp immediately after starting DMA") instead, too.
> > Maybe it doesn't matter much which commit is chosen; both should
> > appear in the same kernel version.
> 
> Well, I think I've waited a decent amount of time now for more comments.
> How do we proceed?
> 
> I'm still of the opinion that the removal is the most sensible solution,
> so if we agree I could prepare a V2 where I just improve the commit message
> a bit further.
> 
> But if we don't have a good enough consensus on this, I'd need some guidance
> which alternate path should be taken to at least fix the bug of bad stop
> trigger timestamps for hda devices (e.g. should I try to fix it also for
> soc/intel/skylake without any testing? That seems to me the only other place
> that should be affected, apart from the generic pci hda code).

IIUC, the achievement of the timestamp at the exact timing was the
goal of that change (which caused a regression unfortunately), so
keeping that feature may still make sense.  I'd rather try to fix in
HD-audio side at first.

If Pierre agrees with the removal of the local timestamp call, we can
revert to there afterwards, too.


thanks,

Takashi

  reply	other threads:[~2024-08-21 14:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12 14:20 [PATCH] ALSA: core: Remove trigger_tstamp_latched Zeno Endemann
2024-08-12 17:25 ` Pierre-Louis Bossart
2024-08-12 21:05   ` Zeno Endemann
2024-08-13  8:04     ` Pierre-Louis Bossart
2024-08-13 12:54       ` Zeno Endemann
2024-08-13 13:41         ` Takashi Iwai
2024-08-13 13:58           ` Zeno Endemann
2024-08-13 14:05             ` Takashi Iwai
2024-08-21 14:27               ` Zeno Endemann
2024-08-21 14:44                 ` Takashi Iwai [this message]
2024-08-21 14:59                   ` Jaroslav Kysela
2024-08-21 15:05                     ` Takashi Iwai
2024-08-21 15:09                       ` Jaroslav Kysela
2024-08-21 16:04                     ` Zeno Endemann
2024-08-13  9:26 ` Takashi Iwai
2024-08-13 10:41   ` Zeno Endemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87frqyorzi.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=brauner@kernel.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=dhowells@redhat.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=pavel.hofman@ivitera.com \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=ranjani.sridharan@linux.intel.com \
    --cc=tiwai@suse.com \
    --cc=yung-chuan.liao@linux.intel.com \
    --cc=zeno.endemann@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox