diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-06-05 10:28:25 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-03-27 22:22:57 +0200 |
commit | 4d01a756f221c0af0c59f64052563d4d531b1031 (patch) | |
tree | 1fcfe6012d77bbda8be698d1bb328dc313bb4590 | |
parent | 8756258a44b24d0a41481f14ac1ca328fbf3c6e2 (diff) | |
download | device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.zip device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.tar.gz device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.tar.bz2 |
espresso: Update device variant sysfs location
- in preparation for 3.4 kernel
Change-Id: I1b2ce649d539d71e4aeb053090fc1034288bcdf5
-rw-r--r-- | audio/audio_hw.h | 2 | ||||
-rw-r--r-- | libsensors/piranha_sensors.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 9be085b..3a9ad69 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -65,7 +65,7 @@ #define VX_WB_SAMPLING_RATE 16000 /* product-specific defines */ -#define DEVICE_VARIANT_SYSFS "/sys/board_properties/type" +#define DEVICE_VARIANT_SYSFS "/sys/board/type" #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) diff --git a/libsensors/piranha_sensors.h b/libsensors/piranha_sensors.h index 6a2679f..7a0ae00 100644 --- a/libsensors/piranha_sensors.h +++ b/libsensors/piranha_sensors.h @@ -30,7 +30,7 @@ #define PIRANHA_SENSORS_NEEDED_API (1 << 0) #define PIRANHA_SENSORS_NEEDED_ORIENTATION (1 << 1) -#define DEVICE_VARIANT_SYSFS "/sys/board_properties/type" +#define DEVICE_VARIANT_SYSFS "/sys/board/type" struct piranha_sensors_device; |