mirror of
https://gitee.com/openharmony/third_party_alsa-utils
synced 2024-11-23 07:00:15 +00: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>
7 lines
117 B
C
7 lines
117 B
C
#ifndef DEVICE_NAME_FORM_H_INCLUDED
|
|
#define DEVICE_NAME_FORM_H_INCLUDED
|
|
|
|
void create_device_name_form(void);
|
|
|
|
#endif
|