Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / sound / core / pcm_misc.c
index b875b19f2d55dadd714d006d5fa0d605ff23709a..43f24cce3dec1b6375edb94e02be9b5819829121 100644 (file)
@@ -140,6 +140,14 @@ static struct pcm_format_data pcm_formats[(INT)SNDRV_PCM_FORMAT_LAST+1] = {
                .width = 5, .phys = 5, .le = -1, .signd = -1,
                .silence = {},
        },
+       [SNDRV_PCM_FORMAT_DSD_U8] = {
+               .width = 8, .phys = 8, .le = 1, .signd = 0,
+               .silence = {},
+       },
+       [SNDRV_PCM_FORMAT_DSD_U16_LE] = {
+               .width = 16, .phys = 16, .le = 1, .signd = 0,
+               .silence = {},
+       },
        /* FIXME: the following three formats are not defined properly yet */
        [SNDRV_PCM_FORMAT_MPEG] = {
                .le = -1, .signd = -1,