aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_volume.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 11:26:34 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:29 +0100
commitc69c8ffa9ec55c94dee7ce69af26b4edbd61647e (patch)
treeb5be56f265cf41571c6a73c624fb482274db7a02 /src/pcm_volume.c
parenta0958b23fb6e0d6ff6056aa05322341000be0f10 (diff)
Drop DSD support for now.
It should be later reintroduces in a less invasive way, e.g. through lavc.
Diffstat (limited to 'src/pcm_volume.c')
-rw-r--r--src/pcm_volume.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm_volume.c b/src/pcm_volume.c
index 49c86026..d6c282c9 100644
--- a/src/pcm_volume.c
+++ b/src/pcm_volume.c
@@ -158,7 +158,6 @@ pcm_volume(void *buffer, size_t length,
const void *end = pcm_end_pointer(buffer, length);
switch (format) {
case SAMPLE_FORMAT_UNDEFINED:
- case SAMPLE_FORMAT_DSD:
/* not implemented */
return false;