Searched refs:snd_hctl_load (Results 1 – 6 of 6) sorted by relevance
732 if ((err = snd_hctl_load(handle)) < 0) { in controls()1212 if ((err = snd_hctl_load(hctl)) < 0) { in cset()1595 if ((err = snd_hctl_load(handle)) < 0) { in events()
746 int snd_hctl_load(snd_hctl_t *hctl);
565 int snd_hctl_load(snd_hctl_t *hctl) in snd_hctl_load() function
575 err = snd_hctl_load(s->hctl); in snd_mixer_load()
804 { "hctl_load", &FA_int_p, (void *)&snd_hctl_load, "hctl" },
193 err = snd_hctl_load(res->ctl_handle); in init_space()