[alsa-devel] [PATCH] fix get_stop_threshold alsa-lib 0.9 alias
Takashi Iwai
tiwai at suse.de
Thu Dec 15 22:53:26 CET 2016
On Tue, 13 Dec 2016 13:54:26 +0100,
Rene Rebe wrote:
>
> Hi there,
>
> resurrecting some decade old code I got some crashes and noticed a typo in
> an old 0.9 legacy symver alias:
>
> Signed-off-by: René Rebe <rene at exactcode.com>
A good catch, applied now. Thanks.
Takashi
>
> --- alsa-lib-1.1.2/include/pcm_old.h.vanilla 2016-12-12 19:27:34.119596843 +0100
> +++ alsa-lib-1.1.2/include/pcm_old.h 2016-12-12 19:28:02.039596717 +0100
> @@ -206,7 +206,7 @@
> asm(".symver snd_pcm_sw_params_get_avail_min,snd_pcm_sw_params_get_avail_min at ALSA_0.9");
> asm(".symver snd_pcm_sw_params_get_xfer_align,snd_pcm_sw_params_get_xfer_align at ALSA_0.9");
> asm(".symver snd_pcm_sw_params_get_start_threshold,snd_pcm_sw_params_get_start_threshold at ALSA_0.9");
> -asm(".symver snd_pcm_sw_params_get_stop_threshold,snd_pcm_sw_params_set_stop_threshold at ALSA_0.9");
> +asm(".symver snd_pcm_sw_params_get_stop_threshold,snd_pcm_sw_params_get_stop_threshold at ALSA_0.9");
> asm(".symver snd_pcm_sw_params_get_silence_threshold,snd_pcm_sw_params_get_silence_threshold at ALSA_0.9");
> asm(".symver snd_pcm_sw_params_get_silence_size,snd_pcm_sw_params_get_silence_size at ALSA_0.9");
>
>
> --
> René Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin
> http://exactcode.com | http://t2-project.org | http://rene.rebe.de
>
More information about the Alsa-devel
mailing list