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:
@@ -195,7 +195,6 @@ get_bitformat(enum sample_format sample_format)
|
||||
switch (sample_format) {
|
||||
case SAMPLE_FORMAT_UNDEFINED:
|
||||
case SAMPLE_FORMAT_DSD:
|
||||
case SAMPLE_FORMAT_DSD_LSBFIRST:
|
||||
case SAMPLE_FORMAT_DSD_OVER_USB:
|
||||
return SND_PCM_FORMAT_UNKNOWN;
|
||||
|
||||
|
||||
@@ -397,7 +397,6 @@ sample_format_to_oss(enum sample_format format)
|
||||
case SAMPLE_FORMAT_UNDEFINED:
|
||||
case SAMPLE_FORMAT_FLOAT:
|
||||
case SAMPLE_FORMAT_DSD:
|
||||
case SAMPLE_FORMAT_DSD_LSBFIRST:
|
||||
case SAMPLE_FORMAT_DSD_OVER_USB:
|
||||
return AFMT_QUERY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user