diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-03 20:21:15 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-03 20:21:15 +0000 |
commit | 34d4ff69451a3664a5e6ca3198499181c8600f72 (patch) | |
tree | cb963993dde8973acd3a38fb2f2c33e669cdbc24 /linux/Documentation/video4linux | |
parent | 68c88c106593cfdc90be2ca94db91cc51685c6ee (diff) | |
download | mediapointer-dvb-s2-34d4ff69451a3664a5e6ca3198499181c8600f72.tar.gz mediapointer-dvb-s2-34d4ff69451a3664a5e6ca3198499181c8600f72.tar.bz2 |
* bttv-cards.c, bttv-driver.c:
- no_overlay now behaves as described on docs.
* doc/insmod-options:
- no_overlay flag description updated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/Documentation/video4linux')
-rw-r--r-- | linux/Documentation/video4linux/bttv/Insmod-options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Documentation/video4linux/bttv/Insmod-options b/linux/Documentation/video4linux/bttv/Insmod-options index 7bb5a50b0..fc94ff235 100644 --- a/linux/Documentation/video4linux/bttv/Insmod-options +++ b/linux/Documentation/video4linux/bttv/Insmod-options @@ -44,6 +44,9 @@ bttv.o push used by bttv. bttv will disable overlay by default on this hardware to avoid crashes. With this insmod option you can override this. + no_overlay=1 Disable overlay. It should be used by broken + hardware that doesn't support PCI2PCI direct + transfers. automute=0/1 Automatically mutes the sound if there is no TV signal, on by default. You might try to disable this if you have bad input signal |