mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 08:20:51 +01:00
vigem-sdvxio: Make private functions static
This commit is contained in:
parent
51484b1d3d
commit
79a74b2d2f
@ -17,7 +17,7 @@
|
|||||||
#define VIGEM_SDVXIO_CONFIG_DEFAULT_PWM_CONTROLLER_VALUE 64
|
#define VIGEM_SDVXIO_CONFIG_DEFAULT_PWM_CONTROLLER_VALUE 64
|
||||||
#define VIGEM_SDVXIO_CONFIG_DEFAULT_AMP_VOLUME_VALUE 48
|
#define VIGEM_SDVXIO_CONFIG_DEFAULT_AMP_VOLUME_VALUE 48
|
||||||
|
|
||||||
void vigem_sdvxio_config_init(struct cconfig *config)
|
static void vigem_sdvxio_config_init(struct cconfig *config)
|
||||||
{
|
{
|
||||||
cconfig_util_set_bool(
|
cconfig_util_set_bool(
|
||||||
config,
|
config,
|
||||||
@ -50,7 +50,7 @@ void vigem_sdvxio_config_init(struct cconfig *config)
|
|||||||
"SDVXIO digital amp volume (0-96) 0 is high, 96 is low.");
|
"SDVXIO digital amp volume (0-96) 0 is high, 96 is low.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void vigem_sdvxio_config_get(
|
static void vigem_sdvxio_config_get(
|
||||||
struct vigem_sdvxio_config *vigem_config, struct cconfig *config)
|
struct vigem_sdvxio_config *vigem_config, struct cconfig *config)
|
||||||
{
|
{
|
||||||
if (!cconfig_util_get_bool(
|
if (!cconfig_util_get_bool(
|
||||||
|
Loading…
Reference in New Issue
Block a user