diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-07-28 18:34:52 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-07-28 18:34:52 -0400 |
commit | 492bd4ec51b98c486f341f633a8ed793c3f40e07 (patch) | |
tree | 054a984cca7f28e09c54097ae0069c9f6ccbe0f0 /linux/drivers/media/dvb/frontends/Makefile | |
parent | 6cb4295e1bf8ecb77f68c90bf2794fc6356d300e (diff) | |
download | mediapointer-dvb-s2-492bd4ec51b98c486f341f633a8ed793c3f40e07.tar.gz mediapointer-dvb-s2-492bd4ec51b98c486f341f633a8ed793c3f40e07.tar.bz2 |
Adding support for the S5H1409/CX24227 8VSB/QAM demodulator.
From: Steven Toth <stoth@hauppauge.com>
This patch adds support for the Samsung S5H1409 demodulator, also known
as the Conexant CX24227 demodulator. 8VSB mode has been tested and QAM
has been implemented based on the spec, although it's untested.
The S5H1409 / CX24227 appears on various Hauppauge boards.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index a8cfa03b2..c46b9d8e9 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -44,3 +44,4 @@ obj-$(CONFIG_DVB_TUNER_MT2266) += mt2266.o obj-$(CONFIG_DVB_TUNER_QT1010) += qt1010.o obj-$(CONFIG_DVB_TUA6100) += tua6100.o obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o +obj-$(CONFIG_DVB_S5H1409) += s5h1409.o |