Searched refs:SND_CTL_NONBLOCK (Results 1 – 7 of 7) sorted by relevance
112 if (snd_ctl_open(&card->handle, device, SND_CTL_READONLY|SND_CTL_NONBLOCK) < 0) { in add_card()
415 if (mode & SND_CTL_NONBLOCK) in snd_ctl_hw_open()
728 if (mode & SND_CTL_NONBLOCK) in snd_ctl_ext_create()
351 #define SND_CTL_NONBLOCK 0x0001 macro
553 err = snd_ctl_open(&ctl, client->name, SND_CTL_NONBLOCK); in ctl_shm_open()
292 { "nonblock", SND_CTL_NONBLOCK }, in FA_int_pp_strp_int()
1318 err = snd_ctl_open(&lhandle->ctl, dev, SND_CTL_NONBLOCK); in openit()