[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48AA4155.907@gmail.com>
Date: Mon, 18 Aug 2008 23:43:17 -0400
From: roel kluin <roel.kluin@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] OSS: duplicate AFMT_S24_LE
untested, is it correct?
---
duplicate AFMT_S24_LE
Signed-off-by: Roel Kluin <roel.kluin@...il.com>
---
diff --git a/sound/core/oss/pcm_oss.c b/sound/core/oss/pcm_oss.c
index 4c601b1..b27ca27 100644
--- a/sound/core/oss/pcm_oss.c
+++ b/sound/core/oss/pcm_oss.c
@@ -1755,7 +1755,7 @@ static int snd_pcm_oss_get_formats(struct snd_pcm_oss_file *pcm_oss_file)
AFMT_S8 | AFMT_U16_LE |
AFMT_U16_BE |
AFMT_S32_LE | AFMT_S32_BE |
- AFMT_S24_LE | AFMT_S24_LE |
+ AFMT_S24_LE | AFMT_S24_BE |
AFMT_S24_PACKED;
params = kmalloc(sizeof(*params), GFP_KERNEL);
if (!params)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists