Merge "audio: hal: Fix cts-on-gsi test failure"
This commit is contained in:
commit
4d29504465
|
@ -7476,6 +7476,9 @@ int adev_open_output_stream(struct audio_hw_device *dev,
|
|||
__func__, ret);
|
||||
goto error_open;
|
||||
}
|
||||
} else {
|
||||
out->usecase = GET_USECASE_AUDIO_PLAYBACK_PRIMARY(use_db_as_primary);
|
||||
out->config = GET_PCM_CONFIG_AUDIO_PLAYBACK_PRIMARY(use_db_as_primary);
|
||||
}
|
||||
}
|
||||
} else if (audio_is_linear_pcm(out->format) &&
|
||||
|
|
Loading…
Reference in New Issue