alsa: remove redundant call to snd_pcm_nonblock()

The PCM handle is already opened with the SND_PCM_NONBLOCK flag.
This additional call is useless.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@intel.com>
This commit is contained in:
Pierre-Louis Bossart 2010-11-11 10:19:25 -06:00 committed by Colin Guthrie
parent 2c9c908e85
commit 34fd605677

View file

@ -399,8 +399,6 @@ success:
ret = 0; ret = 0;
snd_pcm_nonblock(pcm_handle, 1);
finish: finish:
return ret; return ret;