mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
alsa-lib - added ENOTTY and ENODEV to pcm_errors section
This commit is contained in:
parent
36eb137f69
commit
63207b3ad6
1 changed files with 5 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue