Home
last modified time | relevance | path

Searched refs:snd_ctl_hw_open (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dcards.c169 if (snd_ctl_hw_open(&handle, NULL, card, 0) < 0) in snd_card_get_index()
200 if ((err = snd_ctl_hw_open(&handle, NULL, card, 0)) < 0) in snd_card_get_name()
230 if ((err = snd_ctl_hw_open(&handle, NULL, card, 0)) < 0) in snd_card_get_longname()
H A Deld.c54 ret = snd_ctl_hw_open(&ctl, NULL, info->card, 0); in __snd_pcm_info_eld_fixup()
H A Dcontrol_local.h103 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode);
H A Dcontrol_hw.c428 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode) in snd_ctl_hw_open() function
507 <LI>snd_ctl_hw_open()
547 return snd_ctl_hw_open(handlep, name, card, mode); in _snd_ctl_hw_open()
/third_party/alsa-lib/include/
H A Dcontrol_plugin.h44 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode);
/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c1296 ret = snd_ctl_hw_open(&ctl, NULL, card, 0); in snd_pcm_query_chmaps_from_hw()
1432 ret = snd_ctl_hw_open(&ctl, NULL, hw->card, 0); in snd_pcm_hw_get_chmap()
1479 ret = snd_ctl_hw_open(&ctl, NULL, hw->card, 0); in snd_pcm_hw_set_chmap()
1767 if ((ret = snd_ctl_hw_open(&ctl, NULL, card, 0)) < 0) in snd_pcm_hw_open()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c339 if ((ret = snd_ctl_hw_open(&ctl, NULL, card, 0)) < 0) in snd_rawmidi_hw_open()

Completed in 7 milliseconds