diff options
author | Richard Fitzgerald <[email protected]> | 2013-10-22 11:26:48 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2013-11-12 07:14:32 +0100 |
commit | c15b149a301ca214ef7ee92e2527b655ad007bb1 (patch) | |
tree | b462225191fad72c544afe884da9469c2ea7c06a /scripts/gdb/linux/modules.py | |
parent | 679605c768e86ceba7b87b8390e1446be3753bfb (diff) |
ALSA: compress_core: don't return -EBADFD from poll if paused
Pausing audio playback is not an illegal state so it doesn't
seem sensible for poll() to return -EBADFD on a paused stream.
There's also no reason to assume that we can't write more data
to the DSP while playback is paused. Remove the -EBADFD so that
a stream in paused state will still report the buffer
availability from poll(). It is up to the user process to
manage its state so that it knows whether it is paused or not.
Signed-off-by: Richard Fitzgerald <[email protected]>
Acked-by VInod Koul <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions