Searched refs:pa_oss_get_hw_description (Results 1 – 3 of 3) sorted by relevance
35 int pa_oss_get_hw_description(const char *dev, char *name, size_t l);
332 int pa_oss_get_hw_description(const char *dev, char *name, size_t l) { function
1243 if (pa_oss_get_hw_description(dev, hwdesc, sizeof(hwdesc)) >= 0) in pa__init()