[pulseaudio-commits] Changes to 'next'
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Thu Mar 28 04:38:50 PDT 2013
New branch 'next' available with the following commits:
commit a6c27a1fe523f35edc618a1b0bcfc52f594ea3c2
Author: poljar (Damir JeliÄ) <poljarinho at gmail.com>
Date: Thu Mar 28 12:05:11 2013 +0100
device-port: Introduce pa_device_port_new_data
Port creation is now slightly different. It is now similar to how
other objects are created (e.g. sinks/sources/cards).
This should become more useful in the future when we move more stuff to
the ports.
Functionally nothing has changed.
commit 7de9b7e01bdeebf437a5976d8b0d4a31dabd3194
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Thu Mar 28 10:49:27 2013 +0200
.gitignore: Update m4/ ignore list
commit 43c4fde642a7ff121c23571c67e11626ebba3082
Author: Javier Jardón <jjardon at gnome.org>
Date: Wed Mar 27 14:00:36 2013 +0000
build-sys: Use upstream gettext instead glib one
commit 5a11df596f98de0f3b14924a705128c6ac5165f9
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date: Wed Mar 27 10:45:33 2013 -0300
bluetooth: Improve code and log readability
This commit makes the code cleaner, avoiding unnecessary line breaks. It
also changes the debug message elements order, to make it look more
natural ("path, interface, member" instead of "interface, path,
member").
commit 2f32583027afea09fbd5c2e571309bf3f543a3c1
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date: Wed Mar 27 10:45:32 2013 -0300
bluetooth: Remove unnecessary braces
commit 4c388237dac954ce3e6fff3af04c3225990ab7f5
Author: Tanu Kaskinen <tanu.kaskinen at digia.com>
Date: Fri Jun 29 18:04:59 2012 +0300
device-port: Make it impossible to have dual-direction ports
commit 06cf3a6885af0db0e536257361bf3335a495cf64
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jun 29 18:04:58 2012 +0300
alsa-mixer: Remove the "name" option from the "General" section of path configuration files
This means that the path names will always correspond to the
path configuration file names, so they will automatically be
unique (in the scope of one card).
commit 33adc76ccbf3dfe31c4a7053c46e772ebdea895b
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Fri Jun 29 18:04:57 2012 +0300
alsa-mixer: Introduce "description-key" option for paths
Previously the path description was looked up based on the
path name only. Since there can be multiple paths that use
the same description, it had to be possible to have multiple
paths with the same name.
Having the same name with multiple paths makes identifying
the paths more complex than necessary, so the plan is to
make it impossible to have paths with the same name. This
patch prepares for that by retaining the possibility to
still have the same description with multiple paths. Instead
of the path name, the path description is looked up by using
the "path description key" if it is set (path name is still
used as a fallback lookup key).
commit 78aa107c3dcfc19bd015b16016f18e6db0bde45a
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Wed Mar 27 16:06:04 2013 +0200
switch-on-port-available: Fix error reporting style
commit cef2bae2c52b6843b92232207947939c393a07d6
Author: Tanu Kaskinen <tanuk at iki.fi>
Date: Wed Mar 27 16:05:26 2013 +0200
switch-on-port-available: Remove a redundant function argument
commit a453384e9142dc91ae629f3fbf5bed90fb920f9c
Author: Tanu Kaskinen <tanu.kaskinen at digia.com>
Date: Fri Jun 29 18:04:56 2012 +0300
switch-on-port-available: Prepare for dual-direction ports going away
As an extra, I broke try_to_switch_profile() into smaller
functions, because the two levels of loops with continue
statements inside both were a bit hard to follow.
More information about the pulseaudio-commits
mailing list