git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20759 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-07 21:09:10 +00:00
parent 855455432a
commit c24e344fae
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ static int init(int rate_hz, int channels, int format, int flags)
if ((err = snd_pcm_nonblock(alsa_handler, 0)) < 0) {
mp_msg(MSGT_AO,MSGL_ERR,"alsa-init: error set block-mode %s\n", snd_strerror(err));
} else {
mp_msg(MSGT_AO,MSGL_V,"alsa-init: pcm opend in blocking mode\n");
mp_msg(MSGT_AO,MSGL_V,"alsa-init: pcm opened in blocking mode\n");
}
snd_pcm_hw_params_alloca(&alsa_hwparams);