aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/AlsaOutputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/alsa: change a few "dsd" to "dop"Max Kellermann2014-09-261-4/+4
|
* output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann2014-08-311-20/+21
| | | | | The standard has been renamed since the early draft that was implemented in MPD.
* Merge tag 'v0.18.13'Max Kellermann2014-08-311-0/+11
|
* output/alsa: fix signed/unsigned comparison warningMax Kellermann2014-08-301-1/+1
|
* output/alsa: fix coding styleMax Kellermann2014-08-261-5/+5
|
* output/alsa: merge Init() into Configure()Max Kellermann2014-08-261-6/+5
|
* output/alsa: add API documentationMax Kellermann2014-08-261-0/+17
|
* output/alsa: support native DSD playbackMax Kellermann2014-08-261-0/+12
| | | | | Translate SampleFormat::DSD to SND_PCM_FORMAT_DSD_U8, which was added to alsa-lib 1.0.27.1.
* output/alsa: move alsa_configure() into the classMax Kellermann2014-08-261-13/+15
|
* output/alsa: remove obsolete macrosMax Kellermann2014-08-261-3/+0
|
* PcmExport: use class ConstBufferMax Kellermann2014-08-121-1/+4
|
* Merge tag 'release-0.18.9'Max Kellermann2014-03-021-33/+22
|
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
|
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-3/+4
| | | | Make it "const".
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-5/+0
|
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-10/+10
|
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
|
* Mixer*: move to mixer/Max Kellermann2014-01-241-1/+1
|
* output/*: move to output/plugins/Max Kellermann2014-01-231-0/+868