From: Clemens Ladisch <clemens@ladisch.de>
To: alsa-devel@alsa-project.org
Subject: Re: snd_pcm_hw_params_get_tick_time
Date: Sat, 11 Oct 2014 22:36:11 +0200 [thread overview]
Message-ID: <543994BB.6000501@ladisch.de> (raw)
In-Reply-To: <20141011174857.GA7694@pema>
Shérab wrote:
> I'm maintaing a TTS engine for french that use
> snd_pcm_hw_params_get_tick_time. Compiling the code produces a
> deprecation warning for this function. I tried to figure out how the
> code should be modified to not use this function but can't find a way.
Allow me to present the current implementation:
int snd_pcm_hw_params_get_tick_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir)
{
*val = 0;
return 0;
}
What is the engine trying to do with this value?
Regards,
Clemens
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next prev parent reply other threads:[~2014-10-11 20:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 17:48 snd_pcm_hw_params_get_tick_time Shérab
2014-10-11 20:36 ` Clemens Ladisch [this message]
2014-10-12 11:21 ` snd_pcm_hw_params_get_tick_time Shérab
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=543994BB.6000501@ladisch.de \
--to=clemens@ladisch.de \
--cc=alsa-devel@alsa-project.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 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.