summaryrefslogtreecommitdiffstats
path: root/audio_a2dp_hw
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-10-29 17:17:31 -0700
committerEric Laurent <elaurent@google.com>2014-10-29 17:17:31 -0700
commit71ac7a776357e676c31908900d807e9f4dc26236 (patch)
tree830aab260303eb015acc3600b101465b3cf341ae /audio_a2dp_hw
parent3e0dc7324e7b0127f9d15609bab395100a22098d (diff)
downloadandroid_system_bt-71ac7a776357e676c31908900d807e9f4dc26236.tar.gz
android_system_bt-71ac7a776357e676c31908900d807e9f4dc26236.tar.bz2
android_system_bt-71ac7a776357e676c31908900d807e9f4dc26236.zip
audio HAL: remove misleading error log
Bug: 17916028. Change-Id: I4badb9208eeb973a08b4f8463ee287f6bfb3dd01
Diffstat (limited to 'audio_a2dp_hw')
-rw-r--r--audio_a2dp_hw/audio_a2dp_hw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio_a2dp_hw/audio_a2dp_hw.c b/audio_a2dp_hw/audio_a2dp_hw.c
index 5310ba346..88ac8d6ec 100644
--- a/audio_a2dp_hw/audio_a2dp_hw.c
+++ b/audio_a2dp_hw/audio_a2dp_hw.c
@@ -1100,10 +1100,8 @@ static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
int retval = 0;
if (out == NULL)
- {
- ERROR("ERROR: set param called even when stream out is null");
return retval;
- }
+
INFO("state %d", out->common.state);
retval = out->stream.common.set_parameters((struct audio_stream *)out, kvpairs);