commit | 2703c3605333eac31a0c09728108b8f5186fa67c | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Sep 18 02:29:32 2014 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Sep 18 02:29:32 2014 -0700 |
tree | 6ee31df940520c5ef2705507df8c0e50a9fc5d26 | |
parent | 29fee9c9a0775b8f7e6d903689f2104c6a103970 [diff] | |
parent | 3cf99da76b14351269ff59e44b17199bfbcd754f [diff] |
Merge "hal: fix for open input failure while SSR is not enabled."
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 6f9ee06..e84ac68 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -2956,8 +2956,7 @@ goto err_open; } } else { - ret = -EINVAL; - goto err_open; + ALOGW("%s: surround sound recording is not supported", __func__); } } else if (audio_extn_compr_cap_enabled() && audio_extn_compr_cap_format_supported(config->format) &&