1
0
Fork 0
android_external_alsa-utils/alsamixer/card_select.h
2025-06-24 22:48:58 -05:00

7 lines
142 B
C

#ifndef CARD_SELECT_H_INCLUDED
#define CARD_SELECT_H_INCLUDED
void create_card_select_list(void);
void close_card_select_list(void);
#endif