Searched refs:card_path (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-udev-detect.c | 179 char *card_path = NULL, *pcm_path = NULL, *sub_status = NULL; in is_card_busy() local 190 card_path = pa_sprintf_malloc("/proc/asound/card%s", id); in is_card_busy() 192 if (!(card_dir = opendir(card_path))) { in is_card_busy() 193 pa_log_warn("Failed to open %s: %s", card_path, pa_cstrerror(errno)); in is_card_busy() 215 pcm_path = pa_sprintf_malloc("%s/%s", card_path, de->d_name); in is_card_busy() 266 pa_xfree(card_path); in is_card_busy()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device.c | 805 const char *card_path = NULL; in handle_get_all() local 878 card_path = pa_dbusiface_core_get_card_path(d->core, card); in handle_get_all() 900 …t_iter, property_handlers[PROPERTY_HANDLER_CARD].property_name, DBUS_TYPE_OBJECT_PATH, &card_path); in handle_get_all()
|