mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 06:06:42 +07:00
V4L/DVB (9582): Add a EM28XX_NODECODER option to the list of available decoders
Add a EM28XX_NODECODER option to the list of available decoders. This option becomes important for devices that do not have analog support. Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
65c9fd4609
commit
1ed1dd54b0
@ -271,6 +271,7 @@ struct em28xx_input {
|
||||
#define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
|
||||
|
||||
enum em28xx_decoder {
|
||||
EM28XX_NODECODER,
|
||||
EM28XX_TVP5150,
|
||||
EM28XX_SAA7113,
|
||||
EM28XX_SAA7114
|
||||
|
Loading…
Reference in New Issue
Block a user