Skip to content

Commit

Permalink
[media] sony-btf-mpx: the MPX driver for the sony BTF PAL/SECAM tuner
Browse files Browse the repository at this point in the history
The Sony BTF PG472Z has an internal MPX to deal with mono/stereo/bilingual
audio. This is split off from the wis-sony-tuner driver that is part of
the go7007 driver as it should be a separate i2c sub-device driver.
The wis-sony-tuner is really three i2c devices: a standard tuner, a tda9887
compatible demodulator and this mpx. After this patch the wis-sony-tuner
can be replaced by this driver and the standard tuner driver.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 24, 2013
1 parent e4d2a61 commit c7c54a9
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 1 deletion.
11 changes: 10 additions & 1 deletion drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,23 @@ config VIDEO_WM8739
module will be called wm8739.

config VIDEO_VP27SMPX
tristate "Panasonic VP27s internal MPX"
tristate "Panasonic VP27's internal MPX"
depends on VIDEO_V4L2 && I2C
---help---
Support for the internal MPX of the Panasonic VP27s tuner.

To compile this driver as a module, choose M here: the
module will be called vp27smpx.

config VIDEO_SONY_BTF_MPX
tristate "Sony BTF's internal MPX"
depends on VIDEO_V4L2 && I2C
help
Support for the internal MPX of the Sony BTF-PG472Z tuner.

To compile this driver as a module, choose M here: the
module will be called sony-btf-mpx.

comment "RDS decoders"

config VIDEO_SAA6588
Expand Down
1 change: 1 addition & 0 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ obj-$(CONFIG_VIDEO_TLV320AIC23B) += tlv320aic23b.o
obj-$(CONFIG_VIDEO_WM8775) += wm8775.o
obj-$(CONFIG_VIDEO_WM8739) += wm8739.o
obj-$(CONFIG_VIDEO_VP27SMPX) += vp27smpx.o
obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
Expand Down
Loading

0 comments on commit c7c54a9

Please sign in to comment.