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>
6 lines
117 B
C
6 lines
117 B
C
#ifndef DEVICE_NAME_FORM_H_INCLUDED
|
|
#define DEVICE_NAME_FORM_H_INCLUDED
|
|
|
|
void create_device_name_form(void);
|
|
|
|
#endif
|