From: Jaroslav Kysela Date: Wed, 15 Mar 2006 12:38:37 +0000 (+0000) Subject: alsa-lib - added ENOTTY and ENODEV to pcm_errors section X-Git-Tag: v1.0.11rc4~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=63207b3ad65f7fb6adba14aa7683a9b8fcaf8675;p=alsa-lib.git alsa-lib - added ENOTTY and ENODEV to pcm_errors section --- diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 34a2814e..4aff03df 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -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).