audio_format: remove SAMPLE_FORMAT_DSD_OVER_USB
DSD-over-USB should not be a MPD core format, because it is not a "natural" format; it is just a temnporary over-the-wire format. This format has been implemented in pcm_export, and does not need to be supported by pcm_convert.
This commit is contained in:
@@ -87,12 +87,6 @@ parse_sample_format(const char *src, bool mask,
|
||||
return true;
|
||||
}
|
||||
|
||||
if (memcmp(src, "dsdusb", 6) == 0) {
|
||||
*sample_format_r = SAMPLE_FORMAT_DSD_OVER_USB;
|
||||
*endptr_r = src + 6;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (memcmp(src, "dsd", 3) == 0) {
|
||||
*sample_format_r = SAMPLE_FORMAT_DSD;
|
||||
*endptr_r = src + 3;
|
||||
|
Reference in New Issue
Block a user