common: Use correct pointer when logging input stream.
This commit is contained in:
parent
3ba217920b
commit
39fdb85b13
1 changed files with 1 additions and 1 deletions
|
|
@ -1699,7 +1699,7 @@ static int input_stream_set_route(pa_droid_hw_module *hw_module) {
|
|||
AUDIO_PARAMETER_STREAM_INPUT_SOURCE, source);
|
||||
|
||||
pa_log_debug("input stream %p set_parameters(%s) %#010x ; %#010x",
|
||||
(void *) input, parameters, device, source);
|
||||
(void *) s, parameters, device, source);
|
||||
|
||||
if (pa_droid_quirk(hw_module, QUIRK_SET_PARAMETERS)) {
|
||||
pa_mutex_lock(hw_module->hw_mutex);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue