mirror of
https://github.com/openharmony/third_party_alsa-utils.git
synced 2026-07-01 09:15:56 -04:00
5b6b5fd14b
For multichannel mixer controls, add the channel name to each screen control. Also make some other small changes. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
8 lines
142 B
C
8 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
|