aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_mix.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_mix.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_mix.c')
-rw-r--r--src/pcm_mix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcm_mix.c b/src/pcm_mix.c
index 6c6d1b4a..9f344f78 100644
--- a/src/pcm_mix.c
+++ b/src/pcm_mix.c
@@ -119,7 +119,6 @@ pcm_add_vol(void *buffer1, const void *buffer2, size_t size,
{
switch (format) {
case SAMPLE_FORMAT_UNDEFINED:
- case SAMPLE_FORMAT_DSD:
/* not implemented */
return false;
@@ -228,7 +227,6 @@ pcm_add(void *buffer1, const void *buffer2, size_t size,
{
switch (format) {
case SAMPLE_FORMAT_UNDEFINED:
- case SAMPLE_FORMAT_DSD:
/* not implemented */
return false;