mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 17:08:24 +01: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>
6 lines
104 B
C
6 lines
104 B
C
#ifndef PROC_FILES_H_INCLUDED
|
|
#define PROC_FILES_H_INCLUDED
|
|
|
|
void create_proc_files_list(void);
|
|
|
|
#endif
|