pulseaudio/src
Tanu Kaskinen 37429cb07e Pass the profile object instead of the profile name to pa_card_set_profile()
When setting attribute foo, or in this case the card profile, in my
opinion the thing passed to the set_foo() function should be of the
type of foo, not a string identifier that can be used to search for
the actual foo in set_foo().

This is mostly a question of taste, but there's at least some small
benefit from passing the actual object: often the profile object is
already available when calling pa_card_set_profile(), so passing the
card name would cause unnecessary searching when pa_card_set_profile()
needs to look up the profile from the hashmap.
2013-12-05 16:00:58 +02:00
..
daemon daemon.conf: Document new speex-float-1 default 2013-07-23 15:58:42 +02:00
modules Pass the profile object instead of the profile name to pa_card_set_profile() 2013-12-05 16:00:58 +02:00
pulse Update the protocol version of the node interface 2013-10-29 20:35:03 +02:00
pulsecore Pass the profile object instead of the profile name to pa_card_set_profile() 2013-12-05 16:00:58 +02:00
tests Use pa_(c)volume_snprint_verbose() everywhere 2013-07-09 17:37:04 +03:00
utils pactl: Add "pactl list nodes" functionality 2013-09-17 16:22:35 +03:00
.gitignore .gitignore: Add lo-latency-test 2013-06-06 13:56:30 +03:00
depmod.py remove remaining $ 2008-06-18 22:38:32 +02:00
Makefile.am node: Introduce pa_node 2013-09-17 16:16:36 +03:00
map-file native: Add node querying to the protocol 2013-09-17 16:22:35 +03:00