OSDN Git Service

ALSA: pcm: Add missing error checks in OSS emulation plugin builder
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jan 2018 15:39:27 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 08:35:26 +0000 (09:35 +0100)
commit1ee7bc5526d8056b23dfd65948f4c7b57c883fa5
tree6e94252005e9af8b7987a204bd69e53056bb3183
parent3074fe070a89bd1c14f8d70e5a5db7f78b84496e
ALSA: pcm: Add missing error checks in OSS emulation plugin builder

commit 6708913750344a900f2e73bfe4a4d6dbbce4fe8d upstream.

In the OSS emulation plugin builder where the frame size is parsed in
the plugin chain, some places miss the possible errors returned from
the plugin src_ or dst_frames callback.

This patch papers over such places.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/core/oss/pcm_plugin.c