aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index d2b2e0e..9be085b 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -65,8 +65,7 @@
#define VX_WB_SAMPLING_RATE 16000
/* product-specific defines */
-#define PRODUCT_DEVICE_PROPERTY "ro.product.device"
-#define PRODUCT_NAME_PROPERTY "ro.product.name"
+#define DEVICE_VARIANT_SYSFS "/sys/board_properties/type"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))