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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user