commit | 1d03f2bd56f3a45123a7572fb536c063068cfb83 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Wed May 04 14:59:10 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon May 09 17:35:43 2016 +0200 |
tree | 39916a757aa781af998ef37fe293efaf3716cbab | |
parent | 5bd05390ff084d7a1ea7efa8f8dc111c24b2454c [diff] |
ALSA: compress: Fix poll error return codes We can't return a negative error code from the poll callback the return type is unsigned and is checked against the poll specific flags we need to return POLLERR if we encounter an error. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>