diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-05-19 18:31:03 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-25 23:34:45 +0200 |
commit | 9629581258cb520a413a4240fc4254a45e0a81df (patch) | |
tree | 5d6e56291c1204c7ae743f34da3c03adde17b3a9 /include/sound/wm8955.h | |
parent | 6dbaf8b913f2976ee776beb7c8bb0c52c7066ced (diff) | |
download | linux-9629581258cb520a413a4240fc4254a45e0a81df.tar.bz2 |
ALSA: pcm: Fix negative appl_ptr handling in pcm-indirect helpers
The indirect-PCM helper codes have an implicit assumption that the
appl_ptr always increases. But the PCM core may deal with the
decrement of appl_ptr via rewind ioctls, and it may screw up the
buffer pointer management.
This patch adds the negative appl_ptr diff in transfer functions and
let returning an error instead of always accepting the appl_ptr
updates. The callers are usually PCM ack callbacks, and they pass the
error to the upper layer accordingly.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/wm8955.h')
0 files changed, 0 insertions, 0 deletions