summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaudio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 310bce7..bb2235c 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -577,7 +577,7 @@ static int is_device_toro(void)
property_get(PRODUCT_DEVICE_PROPERTY, property, PRODUCT_DEVICE_TORO);
/* return true if the property matches the given value */
- return strcmp(property, PRODUCT_DEVICE_TORO) == 0;
+ return strncmp(property, PRODUCT_DEVICE_TORO, 4) == 0;
}
/* The enable flag when 0 makes the assumption that enums are disabled by