[alsa-devel] SALSA-library version 0.1.0 released
Hi,
my old small pet project, salsa-lib, was refreshed recently and bumped to version 0.1.0 after a long pause.
Now it can build a drop-in libasound.so.* that is ABI-compatible with the real alsa-lib. At least, the programs in alsa-utils (except for sequencer stuff) and PulseAudio daemon worked somehow.
The source tarball is found at: ftp://ftp.suse.com/pub/people/tiwai/salsa-lib/salsa-lib-0.1.0.tar.bz2
I converted the local hg tree to git tree and published at: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/salsa-lib.git
Takashi
On Fri, Apr 29, 2011 at 1:30 AM, Takashi Iwai tiwai@suse.de wrote:
Hi,
my old small pet project, salsa-lib, was refreshed recently and bumped to version 0.1.0 after a long pause.
Now it can build a drop-in libasound.so.* that is ABI-compatible with the real alsa-lib. At least, the programs in alsa-utils (except for sequencer stuff) and PulseAudio daemon worked somehow.
Aren't you missing snd_pcm_hw_params_set_period_wakeup() ? This is required by PulseAudio now. Also if you had a description of what is supported it'd be great. Thanks, -Pierre
At Fri, 29 Apr 2011 09:27:41 -0500, pl bossart wrote:
On Fri, Apr 29, 2011 at 1:30 AM, Takashi Iwai tiwai@suse.de wrote:
Hi,
my old small pet project, salsa-lib, was refreshed recently and bumped to version 0.1.0 after a long pause.
Now it can build a drop-in libasound.so.* that is ABI-compatible with the real alsa-lib. At least, the programs in alsa-utils (except for sequencer stuff) and PulseAudio daemon worked somehow.
Aren't you missing snd_pcm_hw_params_set_period_wakeup() ? This is required by PulseAudio now.
Right, I fixed and released as v0.1.1 now.
Also if you had a description of what is supported it'd be great.
From ChangeLog: Version 0.1.1: * Add missing snd_pcm_hw_params_{get|set}_period_wakeup()
Takashi
Aren't you missing snd_pcm_hw_params_set_period_wakeup() ? This is required by PulseAudio now.
Right, I fixed and released as v0.1.1 now.
ok, pulled.
Also if you had a description of what is supported it'd be great.
From ChangeLog: Version 0.1.1: * Add missing snd_pcm_hw_params_{get|set}_period_wakeup()
I meant something like the README... I should have looked before asking... -Pierre
participants (2)
-
pl bossart
-
Takashi Iwai