Searched refs:snd_hctl_open (Results 1 – 3 of 3) sorted by relevance
128 rc = snd_hctl_open(&plugin->hctl, ctl_name, SND_CTL_NONBLOCK); in alsa_plugin_io_create()
523 rc = snd_hctl_open(&alsa_card->hctl, alsa_card->name, SND_CTL_NONBLOCK); in cras_alsa_card_create()
1139 int snd_hctl_open(snd_hctl_t** hctlp, const char* name, int mode) { in snd_hctl_open() function