summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2015-03-27 17:35:48 -0700
committerEthan Chen <intervigil@gmail.com>2015-03-28 04:52:08 +0000
commit5646b80672c61fc3a092a1ef73a77c020539d4ad (patch)
tree0a823210e1983307acda78c74639640fb4bfabe8
parentcb739e9aa15cfae45d49fed57a7a5ed4cf779204 (diff)
downloadandroid_hardware_qcom_audio-stable/cm-12.0-caf-8916-YNG3C.tar.gz
android_hardware_qcom_audio-stable/cm-12.0-caf-8916-YNG3C.tar.bz2
android_hardware_qcom_audio-stable/cm-12.0-caf-8916-YNG3C.zip
Change-Id: Ie7a429ce3fdd8cc818af70ec0191d470d532bb3d
-rw-r--r--hal/audio_extn/audio_extn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/audio_extn/audio_extn.c b/hal/audio_extn/audio_extn.c
index b427ad76..1d777e21 100644
--- a/hal/audio_extn/audio_extn.c
+++ b/hal/audio_extn/audio_extn.c
@@ -474,7 +474,7 @@ void audio_extn_get_parameters(const struct audio_device *adev,
get_active_offload_usecases(adev, query, reply);
kv_pairs = str_parms_to_str(reply);
- ALOGD_IF(kv_pairs != NULL, "%s: returns %s", __func__, kv_pairs);
+ ALOGV_IF(kv_pairs != NULL, "%s: returns %s", __func__, kv_pairs);
free(kv_pairs);
}