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.
This commit is contained in:
Takashi Iwai 2006-02-17 20:49:21 +00:00
parent 0757f70b1b
commit 67868a886f
2 changed files with 8 additions and 5 deletions

View file

@ -134,10 +134,6 @@ pcm.hw {
card $CARD
device $DEV
subdevice $SUBDEV
nonblock {
@func refer
name defaults.pcm.nonblock
}
}
pcm.plughw {