[ALSA] Support 3-bytes 24bit format in PCM OSS emulation
commit64d27f96cb719cf8b5dae634c4c548049d4ae6bf
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2007 14:49:08 +0000 (8 16:49 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:58:31 +0000 (16 15:58 +0200)
treef10c68d67e15711d48a92ed258c93ca9018e5584
parent9390ec85c0ab98444140190f936a37fa4eb945a2
[ALSA] Support 3-bytes 24bit format in PCM OSS emulation

Add the support of 3-bytes 24bit formats in PCM OSS emulation.
Also removed snd_pcm_build_linear_format() function.  It's exported
just for OSS emulation, and now the code was changed without calling
this function.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/oss/pcm_plugin.c
sound/core/pcm_misc.c