aboutsummaryrefslogtreecommitdiff
path: root/src/audio_format.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-21 09:06:48 +0100
committerMax Kellermann <max@duempel.org>2012-03-21 09:06:48 +0100
commit9c6a4505c8a8ae0b6d79e2b1e0a68d6d3c5f6c67 (patch)
treed17ab70b3dfa5f84565a546e1128a0eab9da1508 /src/audio_format.c
parent238c3adad1724054b454f76857307e368e519585 (diff)
audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
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 8222f0a5..65819752 100644
--- a/src/audio_format.c
+++ b/src/audio_format.c
@@ -75,9 +75,6 @@ sample_format_to_string(enum sample_format format)
case SAMPLE_FORMAT_DSD:
return "dsd";
- case SAMPLE_FORMAT_DSD_LSBFIRST:
- return "dsdl";
-
case SAMPLE_FORMAT_DSD_OVER_USB:
return "dsdusb";
}