From: Clemens Ladisch <clemens@ladisch.de>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
Daniel Thompson <daniel.thompson@linaro.org>
Subject: Re: [PATCH 3/3] ALSA: pcm: Add timestamp type to sw_params
Date: Thu, 10 Jul 2014 19:57:38 +0200 [thread overview]
Message-ID: <53BED412.1030302@ladisch.de> (raw)
In-Reply-To: <53BED162.808@linux.intel.com>
Pierre-Louis Bossart wrote:
> On 7/10/14, 10:42 AM, Takashi Iwai wrote:
>> Pierre-Louis Bossart wrote:
>>> On 7/10/14, 8:04 AM, Takashi Iwai wrote:
>>>> For allowing adjusting the timestamp type on the fly, add it to
>>>> sw_params. The existing ioctl is still kept for compatibility.
>>>
>>> I have strong objections to this extension. It will result in a
>>> discontinuity in the timestamps reported in pcm_status without a clear
>>> indication of what timestamp is reported (when does this change occur?),
>>> and it's completely unclear how userspace would handle a step (positive
>>> or negative) between ntp-adjusted and non-ntp-adjusted times.
>>
>> Well, I don't understand the logic; it's app itself who changes the
>> timestamp type. It must know when it's changed (because app is
>> changing it), and how to handle (because app chooses the timestamp
>> type). And the current type can be queried via sw_params_*_get()
>> thing.
>>
>> Of course, as default, there is no change from the current behavior --
>> it takes CLOCK_MONOTONIC. So, there should be no breakage by this
>> change unless you change the application side to use the new call.
>>
>>> For apps
>>> that make use of the audio_time reported with a wall clock this could
>>> lead to complete nonsense.
>>> I would have no problems if this was a fixed parameter defined once
>>> before audio streaming starts.
>>
>> You don't have to change the setup after the stream starts. It's
>> usually set before the stream starting. The point of using sw_params
>> is that it's independent from the hardware driver, thus it fits better
>> than hw_params. The switching after stream isn't the purpose. It's
>> just a gratis bonus.
>
> So we agree that the dynamic switch isn't the intended usage but we
> allow for it anyway... I guess given that we can enable/disable
> timestamps dynamically this follows the same logic, it's just weird to
> have a sw_param whose intended use is really a hw_param, something you
> set once and don't modify later.
The difference between sw_params and hw_params is that the latter are
affected by device constraints (and might have interdependencies).
That sw_params can be changed at any time is just a consequence of that.
> If we want user-space to do the right thing we should at least
> document the consequences of a dynamic switch.
Changing the clock relative to which the timestamp is reported is not
only the desired but the _only_ consequence of this parameter. (And
changing from/to GETTIMEOFDAY was already possible.)
Regards,
Clemens
next prev parent reply other threads:[~2014-07-10 17:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 13:04 [PATCH 0/3] Revised patch(es) for CLOCK_MONOTONIC_RAW timestamp Takashi Iwai
2014-07-10 13:04 ` [PATCH 1/3] ALSA: pcm: simplify snd_pcm_tstamp() Takashi Iwai
2014-07-10 13:04 ` [PATCH 2/3] ALSA: Provide a CLOCK_MONOTONIC_RAW timestamp type Takashi Iwai
2014-07-10 13:04 ` [PATCH 3/3] ALSA: pcm: Add timestamp type to sw_params Takashi Iwai
2014-07-10 15:23 ` Pierre-Louis Bossart
2014-07-10 15:42 ` Takashi Iwai
2014-07-10 17:46 ` Pierre-Louis Bossart
2014-07-10 17:57 ` Clemens Ladisch [this message]
2014-07-10 13:47 ` [PATCH 0/3] Revised patch(es) for CLOCK_MONOTONIC_RAW timestamp Jaroslav Kysela
2014-07-10 14:51 ` Mark Brown
2014-07-14 16:19 ` Takashi Iwai
2014-07-16 15:15 ` Takashi Iwai
2014-07-16 15:53 ` Takashi Iwai
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=53BED412.1030302@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel.thompson@linaro.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tiwai@suse.de \
/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