aboutsummaryrefslogtreecommitdiff
path: root/src/audio_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_format.c')
-rw-r--r--src/audio_format.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio_format.c b/src/audio_format.c
index dc46604f..1ac29d1c 100644
--- a/src/audio_format.c
+++ b/src/audio_format.c
@@ -64,9 +64,6 @@ sample_format_to_string(enum sample_format format)
case SAMPLE_FORMAT_FLOAT:
return "f";
-
- case SAMPLE_FORMAT_DSD:
- return "dsd";
}
/* unreachable */