diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-08-08 10:58:45 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:32 -0400 |
commit | 100eb7c2843dec83a7d16cf6412ade6cb928d11d (patch) | |
tree | 491ee965f11c1a97ada31a18ee3987933eddd755 /Documentation | |
parent | 64d27f96cb719cf8b5dae634c4c548049d4ae6bf (diff) |
[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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sound/alsa/OSS-Emulation.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/sound/alsa/OSS-Emulation.txt b/Documentation/sound/alsa/OSS-Emulation.txt index bfa0c9aacb4b..022aaeb0e9dd 100644 --- a/Documentation/sound/alsa/OSS-Emulation.txt +++ b/Documentation/sound/alsa/OSS-Emulation.txt | |||
@@ -303,10 +303,3 @@ ICE1712 supports only the unconventional format, interleaved | |||
303 | the buffer as the conventional (mono or 2-channels, 8 or 16bit) format | 303 | the buffer as the conventional (mono or 2-channels, 8 or 16bit) format |
304 | on OSS. | 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 | |||