]> git.alsa-project.org Git - alsa-lib.git/commitdiff
alsa-lib - added ENOTTY and ENODEV to pcm_errors section
authorJaroslav Kysela <perex@perex.cz>
Wed, 15 Mar 2006 12:38:37 +0000 (12:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Mar 2006 12:38:37 +0000 (12:38 +0000)
src/pcm/pcm.c

index 34a2814ef06ed8dede8893366d2373b8b7b01d67..4aff03df200f2fe0a7007498f337e731cb2e9ed1 100644 (file)
@@ -278,6 +278,11 @@ supports resume and the snd_pcm_prepare() call can be ommited.
 
 \par -EBADFD
 
+This error means that the device is in a bad state. It means that
+the handskahe between application and alsa-lib is corrupted.
+
+\par -ENOTTY, -ENODEV
+
 This error can happen when device is physically removed (for example
 some hotplug devices like USB or PCMCIA, CardBus or ExpressCard
 can be removed on the fly).