mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
8 lines
187 B
C
8 lines
187 B
C
/* pmlinuxalsa.h -- system-specific definitions */
|
|
|
|
PmError pm_linuxalsa_init(void);
|
|
void pm_linuxalsa_term(void);
|
|
|
|
PmDeviceID find_default_device(char *path, int input, PmDeviceID id);
|
|
|