Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1cc070a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Fix HW Delay print"

parents 642a5284 eb49dee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,9 +405,9 @@ int get_hw_delay(int32_t path, struct hw_delay_entry *entry)

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;
}