audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRST

This format is unused since the DSDIFF decoder plugin now reverses the
bit order.
This commit is contained in:
Max Kellermann
2012-03-21 09:06:48 +01:00
parent 238c3adad1
commit 9c6a4505c8
11 changed files with 4 additions and 36 deletions
-3
View File
@@ -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";
}