]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: cx23885: Module option to disable analog video
authorBradford Love <brad@nextdimension.cc>
Tue, 17 Mar 2026 21:49:02 +0000 (16:49 -0500)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Wed, 25 Mar 2026 17:27:25 +0000 (18:27 +0100)
commit08b34f01a9fa6d181d9cf68205aed0799bf98b0d
treead21620fbfef2bf51fec03b5e8ecd56eda2403f2
parent96c6d8e138c02e4bd8467da43192ac52170f7c4a
media: cx23885: Module option to disable analog video

Initialized and left to themselves some boards with analog inputs,
on some modern platforms can throw critical errors which prevents
even digital from working thereafter. If analog is never used this
module parameter allows analog to be disabled on a card by card
basis.

It is already possible to disable analog audio.

For example, to disable for Hauppauge QuadHD with analog functionality:

options cx23885 disable_analog_video=56,57

can be placed insode of /etc/modprobe.d/cx23885.conf

Signed-off-by: Bradford Love <brad@nextdimension.cc>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/pci/cx23885/cx23885-cards.c
drivers/media/pci/cx23885/cx23885-core.c
drivers/media/pci/cx23885/cx23885-dvb.c
drivers/media/pci/cx23885/cx23885.h