mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-15 07:00:02 -05:00
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:
parent
0757f70b1b
commit
67868a886f
2 changed files with 8 additions and 5 deletions
|
|
@ -134,10 +134,6 @@ pcm.hw {
|
|||
card $CARD
|
||||
device $DEV
|
||||
subdevice $SUBDEV
|
||||
nonblock {
|
||||
@func refer
|
||||
name defaults.pcm.nonblock
|
||||
}
|
||||
}
|
||||
|
||||
pcm.plughw {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue