aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_volume.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-01 00:25:08 +0100
committerMax Kellermann <max@duempel.org>2012-03-01 01:15:22 +0100
commit25164969932590894671895944f30743d344e541 (patch)
tree80cdce06ec46865c7de0d228441fba4c8178f4f7 /src/pcm_volume.c
parent3b565b5f972ad65ab3e498c29eaf4f825eacece4 (diff)
audio_format: add DSD sample format
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
Diffstat (limited to 'src/pcm_volume.c')
-rw-r--r--src/pcm_volume.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pcm_volume.c b/src/pcm_volume.c
index de4bda6c..d8da570a 100644
--- a/src/pcm_volume.c
+++ b/src/pcm_volume.c
@@ -159,6 +159,8 @@ pcm_volume(void *buffer, size_t length,
switch (format) {
case SAMPLE_FORMAT_UNDEFINED:
case SAMPLE_FORMAT_S24:
+ case SAMPLE_FORMAT_DSD:
+ case SAMPLE_FORMAT_DSD_LSBFIRST:
/* not implemented */
return false;