Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ALSA] Fix OSS documentation about 3bytes format

Now the OSS emulation supports 3bytes format, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

authored by

Takashi Iwai and committed by
Jaroslav Kysela
100eb7c2 64d27f96

-7
-7
Documentation/sound/alsa/OSS-Emulation.txt
··· 303 303 the buffer as the conventional (mono or 2-channels, 8 or 16bit) format 304 304 on OSS. 305 305 306 - USB devices 307 - ----------- 308 - Some USB devices support only 24bit format packed in 3bytes. This 309 - format is not supported by OSS and no conversion is provided by kernel 310 - OSS emulation. You can use the user-space OSS emulation via libaoss 311 - instead. 312 -