commit | 852ca943dcb0416c2fdc9e2f4665f0ed6ae79d52 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Dec 17 02:53:37 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Dec 17 02:53:35 2013 -0800 |
tree | b042a807ceca01cc730f2459a5e076c6665ae4d4 | |
parent | 2fa29dee7e030db1bea6888f2ac5fd39f62a80ab [diff] | |
parent | 4a8674fea65fcd7d0c428d827b129e9cb3bd443c [diff] |
Merge "ASoC: msm: Fix HW Delay print"
diff --git a/sound/soc/msm/qdsp6v2/audio_acdb.c b/sound/soc/msm/qdsp6v2/audio_acdb.c index 58c3cdf..4e04bef 100644 --- a/sound/soc/msm/qdsp6v2/audio_acdb.c +++ b/sound/soc/msm/qdsp6v2/audio_acdb.c
@@ -405,9 +405,9 @@ done: mutex_unlock(&acdb_data.acdb_mutex); -ret: pr_debug("ACDB=> %s: Path = %d samplerate = %u usec = %u status %d\n", __func__, path, entry->sample_rate, entry->delay_usec, result); +ret: return result; }