PATH_SOC_SLIDER_BALANCE
if (sysfs_read_string(PATH_SOC_SLIDER_BALANCE, buf, sizeof(buf)) == 0)
if (sysfs_write_string(PATH_SOC_SLIDER_BALANCE, tmp))
if (access(PATH_SOC_SLIDER_BALANCE, mode)) {
fprintf(stderr, "Can not access %s\n", PATH_SOC_SLIDER_BALANCE);
errx(1, "Unable to write SOC Slider-Balance in '%s'", PATH_SOC_SLIDER_BALANCE);