]> git.alsa-project.org Git - alsa-lib.git/commit
Fix check of nonblock option
authorTakashi Iwai <tiwai@suse.de>
Fri, 17 Feb 2006 20:49:21 +0000 (20:49 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 17 Feb 2006 20:49:21 +0000 (20:49 +0000)
commit67868a886f38174b66b55317309da4cbfb444dcd
tree006955a2dc1d4504417d428a3d1c2b06ebf75b4f
parent0757f70b1bf6e6d9d032184a186df335f551433a
Fix check of nonblock option

Fix the check of nonblock option for all hw layer.
Instead of passing in asound.conf, check the option in snd_pcm_hw_open()
so that the nonblock option is referred in the case of "type hw ..." style
definition, too.
src/conf/alsa.conf
src/pcm/pcm_hw.c