From 63207b3ad65f7fb6adba14aa7683a9b8fcaf8675 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Mar 2006 12:38:37 +0000 Subject: [PATCH] alsa-lib - added ENOTTY and ENODEV to pcm_errors section --- src/pcm/pcm.c | 5 +++++ 1 file changed, 5 insertions(+) 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). -- 2.47.1