Skip to content

Commit 8d4ff81

Browse files
robert-scmchehab
authored andcommitted
media: si2157: add support for DVB-C Annex C
DVB-C Annex C is mostly DVB-C Annex A with only minor differences, so simply add it to the DVB-C Annex A switch case, so that tuning attempts no longer result in -EINVAL. Link: https://lore.kernel.org/linux-media/trinity-fd7dd9e4-c319-4761-89b6-555fa7b23776-1641509569422@3c-app-gmx-bap68 Signed-off-by: Robert Schlabbach <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 9658105 commit 8d4ff81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/tuners/si2157.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ static int si2157_set_params(struct dvb_frontend *fe)
490490
delivery_system = 0x20;
491491
break;
492492
case SYS_DVBC_ANNEX_A:
493+
case SYS_DVBC_ANNEX_C:
493494
delivery_system = 0x30;
494495
break;
495496
case SYS_ISDBT:

0 commit comments

Comments
 (0)