]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/pcm_misc.c
[PATCH] ntfs: use d_add_ci
[linux-2.6-omap-h63xx.git] / sound / core / pcm_misc.c
index dd9aa51d8c820b0ecfcf1d6999daf50008a41427..89b7f549bebd772bb62378510a541bb0b052e967 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
   
-#include <sound/driver.h>
 #include <linux/time.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
@@ -75,7 +74,7 @@ static struct pcm_format_data pcm_formats[SNDRV_PCM_FORMAT_LAST+1] = {
        },
        [SNDRV_PCM_FORMAT_U24_BE] = {
                .width = 24, .phys = 32, .le = 0, .signd = 0,
-               .silence = { 0x80, 0x00, 0x00 },
+               .silence = { 0x00, 0x80, 0x00, 0x00 },
        },
        [SNDRV_PCM_FORMAT_S32_LE] = {
                .width = 32, .phys = 32, .le = 1, .signd = 1,