mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
V4L/DVB (10909): tvmixer: remove last remaining references to this deleted module.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7e0a16f611
commit
cf5193c740
2 changed files with 0 additions and 11 deletions
|
@ -81,16 +81,6 @@ tuner.o
|
||||||
pal=[bdgil] select PAL variant (used for some tuners
|
pal=[bdgil] select PAL variant (used for some tuners
|
||||||
only, important for the audio carrier).
|
only, important for the audio carrier).
|
||||||
|
|
||||||
tvmixer.o
|
|
||||||
registers a mixer device for the TV card's volume/bass/treble
|
|
||||||
controls (requires a i2c audio control chip like the msp3400).
|
|
||||||
|
|
||||||
insmod args:
|
|
||||||
debug=1 print some debug info to the syslog.
|
|
||||||
devnr=n allocate device #n (0 == /dev/mixer,
|
|
||||||
1 = /dev/mixer1, ...), default is to
|
|
||||||
use the first free one.
|
|
||||||
|
|
||||||
tvaudio.o
|
tvaudio.o
|
||||||
new, experimental module which is supported to provide a single
|
new, experimental module which is supported to provide a single
|
||||||
driver for all simple i2c audio control chips (tda/tea*).
|
driver for all simple i2c audio control chips (tda/tea*).
|
||||||
|
|
|
@ -30,7 +30,6 @@ obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
|
||||||
obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o
|
obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o
|
||||||
obj-$(CONFIG_VIDEO_TDA7432) += tda7432.o
|
obj-$(CONFIG_VIDEO_TDA7432) += tda7432.o
|
||||||
obj-$(CONFIG_VIDEO_TDA9875) += tda9875.o
|
obj-$(CONFIG_VIDEO_TDA9875) += tda9875.o
|
||||||
obj-$(CONFIG_SOUND_TVMIXER) += tvmixer.o
|
|
||||||
|
|
||||||
obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
|
obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
|
||||||
obj-$(CONFIG_VIDEO_SAA5246A) += saa5246a.o
|
obj-$(CONFIG_VIDEO_SAA5246A) += saa5246a.o
|
||||||
|
|
Loading…
Reference in a new issue