mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
pcm: add documentation for -ENODATA error code
This error code can be used e.g. with echo reference PCM devices (the SND_USE_CASE_MOD_ECHO_REF UCM token). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
33089f30a3
commit
275409fee3
1 changed files with 8 additions and 0 deletions
|
|
@ -292,6 +292,14 @@ 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).
|
||||||
|
|
||||||
|
\par -ENODATA
|
||||||
|
|
||||||
|
This error can happen if the device data transfer is dependent on
|
||||||
|
an external condition and that condition is not met. For example,
|
||||||
|
PCM device for echo reference as described by SND_USE_CASE_MOD_ECHO_REF
|
||||||
|
UCM token, may return -ENODATA if the linked playback stream has not been
|
||||||
|
started.
|
||||||
|
|
||||||
\section pcm_params Managing parameters
|
\section pcm_params Managing parameters
|
||||||
|
|
||||||
The ALSA PCM device uses two groups of PCM related parameters. The hardware
|
The ALSA PCM device uses two groups of PCM related parameters. The hardware
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue