alsa-lib - added ENOTTY and ENODEV to pcm_errors section

This commit is contained in:
Jaroslav Kysela 2006-03-15 12:38:37 +00:00
parent 36eb137f69
commit 63207b3ad6

View file

@ -278,6 +278,11 @@ supports resume and the snd_pcm_prepare() call can be ommited.
\par -EBADFD \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 This error can happen when device is physically removed (for example
some hotplug devices like USB or PCMCIA, CardBus or ExpressCard some hotplug devices like USB or PCMCIA, CardBus or ExpressCard
can be removed on the fly). can be removed on the fly).