ALSA: pcm_oss: AFMT_S24_LE is set twice in return value
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 4 Feb 2009 17:14:55 +0000 (18:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2009 17:18:03 +0000 (18:18 +0100)
commit7924f0cadcf52cb316d6eca60a6ae3fc9e42b465
tree04189b579d60b49983ee3c258ec59f630f057cbc
parent67d8a3c1221bc883c821e7695ba6d327a5d6f2af
ALSA: pcm_oss: AFMT_S24_LE is set twice in return value

AFMT_S24_LE is set twice in return value

vi sound/core/oss/pcm_oss.c +640
#define AFMT_S24_LE      0x00008000
#define AFMT_S24_BE      0x00010000

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/oss/pcm_oss.c