mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
6 lines
128 B
C
6 lines
128 B
C
#include <alsa/asoundlib.h>
|
|
int main(void) {
|
|
snd_ctl_card_info_t *info;
|
|
snd_ctl_card_info_alloca(&info);
|
|
return 0;
|
|
} |