volume_listener: Update prefixes for audio system properties

-Vendor created android properties are required to have
 vendor prefixes. Update vendor specific audio system
 property configs

Change-Id: I8a0e8a858eba6e63f134cbb0816704b2b75f521f
This commit is contained in:
Ramjee Singh 2017-08-09 15:14:11 +05:30 committed by Garmond Leung
parent ef51488fc5
commit 45929186ef
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ static void init_once()
// check system property to see if dumping is required // check system property to see if dumping is required
char check_dump_val[PROPERTY_VALUE_MAX]; char check_dump_val[PROPERTY_VALUE_MAX];
property_get("audio.volume.listener.dump", check_dump_val, "0"); property_get("vendor.audio.volume.listener.dump", check_dump_val, "0");
if (atoi(check_dump_val)) { if (atoi(check_dump_val)) {
dumping_enabled = true; dumping_enabled = true;
} }