aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/AlsaOutputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_export: convert to C++Max Kellermann2013-04-091-13/+11
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* mixer_plugin: convert to C++Max Kellermann2013-02-221-1/+1
|
* output/alsa: workaround for noise after manual song changeMax Kellermann2013-02-041-0/+20
| | | | | Workaround for driver bug observed on the Raspberry Pi, see code comment for details.
* output/alsa: pre-allocate the silence bufferMax Kellermann2013-02-041-14/+15
|
* output/alsa: move code to alsa_write_silence()Max Kellermann2013-02-041-14/+23
|
* output/alsa: default "device" is an empty stringMax Kellermann2013-02-041-1/+1
| | | | | | Fixes nullptr dereference in std::string::operator=(). Also fixes a memory leak by using config_get_block_string() instead of config_dup_block_string().
* output/{alsa,oss}: convert to C++Max Kellermann2013-01-291-0/+825