Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
struct audio_support *aud_support = &link->dc->res_pool->audio_support;
enum dc_edid_status edid_status;
struct dc_context *dc_ctx = link->ctx;
- struct dc_sink *sink;
+ struct dc_sink *sink = NULL;
enum dc_connection_type new_connection_type = dc_connection_none;
if (link->connector_signal == SIGNAL_TYPE_VIRTUAL)
{
enum gpio_ddc_line line_found;
+ *line = GPIO_DDC_LINE_UNKNOWN;
+
if (!ddc) {
BREAK_TO_DEBUGGER();
return false;