7 Apr
2018
7 Apr
'18
1:16 p.m.
On Fri, 06 Apr 2018 15:34:11 +0200, Takashi Iwai wrote:
PCM OSS emulation has the nested inner loops, and the loops in snd_pcm_oss_read3() and write3() have no pending signal check, so potentially they can hog for too long time for processing. Add the extra check there.
While we're at it, a slight code cleanup using the standard macro for the PCM state check is used.
Signed-off-by: Takashi Iwai tiwai@suse.de
Scratch these two patches. Both are superfluous, not really fix anything substantial.
Sorry for the noise.
Takashi