Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-14 | Use g_list_find_custom to find sinks and inputs | Benjamin Franzke | 1 | -1/+0 | |
Used when updating or removing sinks or inputs. | |||||
2011-12-13 | sink: Remove struct typedefs | Benjamin Franzke | 1 | -4/+4 | |
2011-12-13 | Add config property to select display name to use | Benjamin Franzke | 1 | -1/+0 | |
2011-12-12 | Implement a priority based sink order assignment | Benjamin Franzke | 1 | -0/+1 | |
This is handsome when using udev based device discovery. | |||||
2011-10-22 | Add License header to source files | Benjamin Franzke | 1 | -0/+19 | |
2011-10-21 | Store all input_infos in one big list | Benjamin Franzke | 1 | -1/+0 | |
This makes the lookup routines independent of each other, which allows gradual updates later. | |||||
2011-10-21 | Merge sink.h and sink_input.h | Benjamin Franzke | 1 | -2/+10 | |
2011-10-21 | Use a GList instead of GArray for sinks. | Benjamin Franzke | 1 | -13/+1 | |
This lets us drop our ugly GArray wrappers sink.c and sink_input.c. It will make gradual updates of sinks easier, since elements can be added and dropped everywhere in the list easily. | |||||
2010-07-23 | move sink_list var to sink.c (included from sink.h) | ben | 1 | -0/+6 | |
other c-files than sink.c get the extern definition via sink.h, only sink.c receives the non-extern one | |||||
2010-07-22 | glib-ify datatype, functions etc + header cleanup | ben | 1 | -11/+7 | |
2010-07-15 | use easier sink_*_get() instead of g_array_index | ben | 1 | -0/+3 | |
2010-07-15 | replace sink_input_list implementation with GArray | ben | 1 | -8/+2 | |
2010-07-15 | sink_clear() marked static (only private use) | ben | 1 | -1/+0 | |
2010-07-15 | replace own sink-list implementation with GArray | ben | 1 | -8/+4 | |
2010-07-13 | change sink-name to sink-device | Jan Klemkow | 1 | -0/+1 | |
sink-device is the name of the device | |||||
2010-07-13 | add volume output for sinks | ben | 1 | -0/+1 | |
2010-07-13 | fix reallocs that saved pointer only in local vars | ben | 1 | -1/+1 | |
2010-07-12 | move sources to src/ | ben | 1 | -0/+35 | |