From 0bb490faa019376c88997e853dc128812da0541f Mon Sep 17 00:00:00 2001 From: Ari Sundholm Date: Wed, 14 Mar 2018 21:58:02 +0200 Subject: [PATCH] Don't automagically update profile->input link --- software/sys_controller/ossc/av_controller.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/software/sys_controller/ossc/av_controller.c b/software/sys_controller/ossc/av_controller.c index 41e4d42..374ff68 100644 --- a/software/sys_controller/ossc/av_controller.c +++ b/software/sys_controller/ossc/av_controller.c @@ -868,11 +868,6 @@ int main() } omit_profile_load = 0; - // If profile->input link is enabled, update it to the new input to - // stay consistent, but don't automatically save the new setting. - if (tc.link_av != AV_LAST) - tc.link_av = target_input; - cm.avinput = target_input; cm.sync_active = 0; ths_source_sel(target_ths, (cm.cc.video_lpf > 1) ? (VIDEO_LPF_MAX-cm.cc.video_lpf) : THS_LPF_BYPASS);