[media] dvb: replace SYS_DVBC_ANNEX_AC by the right delsys
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 22 Dec 2011 21:11:39 +0000 (18:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 10:26:24 +0000 (08:26 -0200)
SYS_DVBC_ANNEX_AC is an alias for SYS_DVBC_ANNEX_A. However,
the first one is incorrect, as not all devices support both.
So, replace its occurrences by the proper value (either
SYS_DVBC_ANNEX_A or both SYS_DVBC_ANNEX_A and SYS_DVBC_ANNEX_C).

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found