lp:alsa-lib

Created by VCS imports and last modified
Get this branch:
bzr branch lp:alsa-lib

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
ALSA Libraries
Status:
Development

Import details

Import Status: Failed

This branch is an import of the CVS module alsa-lib from :pserver:anonymous@alsa.cvs.sourceforge.net:/cvsroot/alsa.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 40 seconds — see the log
Import started on russkaya and finished taking 30 seconds — see the log
Import started on russkaya and finished taking 1 minute — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

2150. By perex

Summary: release 1.0.11
Patch-level: Merged

2149. By tiwai

Summary: Fix compile error

Fix the declarations and code.

2148. By tiwai

Summary: Revert the last fix: finer sync of dmix in delay callback

The fix to enable finer sync of dmix in delay callback seems
rather harmful for some apps like xmms on SMP.
The problem of aoss was solved by max_periods=0, so better to
revert this change.

2147. By perex

Summary: release 1.0.11rc5
Patch-level: Merged

2146. By tiwai

Summary: Fix compilation with assert()

Fix the position of assert() after the variable declarations.

2145. By tiwai

Summary: Add PCM definitions dpl and dpl2

Add PCM definitions "dpl" and "dpl2" in pcm/dpl.conf.
Include the file via
        <confdir:pcm/dpl.conf>
for use.

2144. By tiwai

Summary: Allow negative coefficients in route plugin

Allow negative coefficients in route plugin (when handled as float).

2143. By tiwai

Summary: Finer sync of dmix in delay callback

Sync pointers in delay callback in dmix. This solves some problems
of aoss with apps that don't check poll_revents.

The rate plugin is fixed to call delay of slave appropriately, too.

2142. By tiwai

Summary: Fix 32/64bit problem with multi plugin

Fix the problems of multi plugin with 32bit apps on 64bit kernel.
The forward/backward of hw plugin are fixed, too.

2141. By tiwai

Summary: Fix buffer size handling of direct plugins

Introduce "max_periods" option to specify the max number of periods
per buffer to each plugin.

- When max_periods = -1, the fixed buffer size as the slave size is
  used (old behavior).
- When max_periods = 0 (or 1), the number of periods is variable
  between 2 and the slave buffer size.
- When max_periods greater than 2 is given, it specifies the max
  periods of that pcm explicitly.

When no option is given in the PCM defintion, the value
"defaults.pcm.dmix_max_periods" is referred as default.
The default value is 0, as defined in alsa.conf.
You can override this in ~/.asoundrc or /etc/asound.conf as you like.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.