audio_format: basic support for DSD-over-USB

This commit is contained in:
Max Kellermann
2012-03-18 18:33:26 +01:00
parent 281b8714ef
commit 08ce24ec3f
11 changed files with 30 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ flac_convert(void *dest,
case SAMPLE_FORMAT_FLOAT:
case SAMPLE_FORMAT_DSD:
case SAMPLE_FORMAT_DSD_LSBFIRST:
case SAMPLE_FORMAT_DSD_OVER_USB:
case SAMPLE_FORMAT_UNDEFINED:
/* unreachable */
assert(false);