mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
23ddb85daf
When moving the input selection to adv748x_reset() it was missed that
during probe the device is reset _before_ the initialization and parsing
of DT by the AFE subdevice. This can lead to the wrong input port (in
case it's not port 0) being selected until the device is reset for the
first time.
Fix this by restoring the call to adv748x_afe_s_input() in the AFE
initialization while also keeping it in the adv748x_reset().
Fixes:
|
||
---|---|---|
.. | ||
adv748x-afe.c | ||
adv748x-core.c | ||
adv748x-csi2.c | ||
adv748x-hdmi.c | ||
adv748x.h | ||
Makefile |