aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-22 23:24:42 +0100
committerMax Kellermann <max@duempel.org>2013-12-23 10:35:21 +0100
commit6d21b9448a0d337b449ce22f68802670c911ca40 (patch)
tree38b79404023ada218be99623b86e2bcf66fd474e /src/pcm
parent2d1a3073f63604a452e559ff8322520af98a4b65 (diff)
downloadmpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.gz
mpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.xz
mpd-6d21b9448a0d337b449ce22f68802670c911ca40.zip
pcm/PcmVolume: rename to Volume.cxx
Diffstat (limited to 'src/pcm')
-rw-r--r--src/pcm/PcmMix.cxx2
-rw-r--r--src/pcm/Volume.cxx (renamed from src/pcm/PcmVolume.cxx)2
-rw-r--r--src/pcm/Volume.hxx (renamed from src/pcm/PcmVolume.hxx)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmMix.cxx b/src/pcm/PcmMix.cxx
index ffe935a0f..caf7fe516 100644
--- a/src/pcm/PcmMix.cxx
+++ b/src/pcm/PcmMix.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "PcmMix.hxx"
-#include "PcmVolume.hxx"
+#include "Volume.hxx"
#include "PcmUtils.hxx"
#include "AudioFormat.hxx"
#include "Traits.hxx"
diff --git a/src/pcm/PcmVolume.cxx b/src/pcm/Volume.cxx
index 5c0a1fbd3..eaba84a59 100644
--- a/src/pcm/PcmVolume.cxx
+++ b/src/pcm/Volume.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "PcmVolume.hxx"
+#include "Volume.hxx"
#include "PcmUtils.hxx"
#include "Traits.hxx"
#include "AudioFormat.hxx"
diff --git a/src/pcm/PcmVolume.hxx b/src/pcm/Volume.hxx
index 52102a294..52102a294 100644
--- a/src/pcm/PcmVolume.hxx
+++ b/src/pcm/Volume.hxx