From: Clemens Ladisch <clemens@ladisch.de>
To: Takashi Iwai <tiwai@suse.de>, alsa-devel@alsa-project.org
Cc: Daniel Thompson <daniel.thompson@linaro.org>,
Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH alsa-lib 3/5] pcm: Add sw_params API functions to get/set timestamp type
Date: Thu, 10 Jul 2014 15:22:06 +0200 [thread overview]
Message-ID: <53BE937E.6020107@ladisch.de> (raw)
In-Reply-To: <1404997757-15500-4-git-send-email-tiwai@suse.de>
Takashi Iwai wrote:
> @@ -1899,6 +1918,7 @@ int snd_pcm_dump_sw_setup(snd_pcm_t *pcm, snd_output_t *out)
> return -EIO;
> }
> snd_output_printf(out, " tstamp_mode : %s\n", snd_pcm_tstamp_mode_name(pcm->tstamp_mode));
> + snd_output_printf(out, " tstamp_type : %s\n", snd_pcm_tstamp_type_name(pcm->tstamp_mode));
> @@ -5613,6 +5634,7 @@ int snd_pcm_sw_params_current(snd_pcm_t *pcm, snd_pcm_sw_params_t *params)
> int snd_pcm_sw_params_dump(snd_pcm_sw_params_t *params, snd_output_t *out)
> {
> snd_output_printf(out, "tstamp_mode: %s\n", snd_pcm_tstamp_mode_name(params->tstamp_mode));
> + snd_output_printf(out, "tstamp_type: %s\n", snd_pcm_tstamp_type_name(params->tstamp_mode));
_type, not _mode
Regards,
Clemens
next prev parent reply other threads:[~2014-07-10 13:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 13:09 [PATCH alsa-lib 0/5] Add monotonic raw timestamp support Takashi Iwai
2014-07-10 13:09 ` [PATCH alsa-lib 1/5] pcm: Provide a CLOCK_MONOTONIC_RAW timestamp type Takashi Iwai
2014-07-10 13:09 ` [PATCH alsa-lib 2/5] Add timestamp type to sw_params (internal only) Takashi Iwai
2014-07-10 13:09 ` [PATCH alsa-lib 3/5] pcm: Add sw_params API functions to get/set timestamp type Takashi Iwai
2014-07-10 13:22 ` Clemens Ladisch [this message]
2014-07-10 13:25 ` Takashi Iwai
2014-07-10 13:09 ` [PATCH alsa-lib 4/5] pcm: Implement timestamp type setup in hw plugin Takashi Iwai
2014-07-10 13:09 ` [PATCH alsa-lib 5/5] pcm: Implement timestamp type handling in all plugins 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=53BE937E.6020107@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel.thompson@linaro.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.