diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-16 12:34:16 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-16 12:34:16 +0000 |
commit | 0936e8eeba58f9a7937356e3df175e4bf206ba08 (patch) | |
tree | 5045de8848517d4ca375f163d3d8de367a2fe18f /v4l | |
parent | 1a7193208a5de7115bcd96806da8f77202cfbec4 (diff) | |
download | mediapointer-dvb-s2-0936e8eeba58f9a7937356e3df175e4bf206ba08.tar.gz mediapointer-dvb-s2-0936e8eeba58f9a7937356e3df175e4bf206ba08.tar.bz2 |
- plenty of cx88 audio fixes.
* grabbed some A2 code from dscaler cvs.
* merged patches by zarquon@earendel.org.
* code cleanups.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/scripts/update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/update b/v4l/scripts/update index c7808f670..073d7a654 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -60,8 +60,8 @@ test -f ir-kbd-i2c.ko && xinsmod ir-kbd-i2c debug=0 test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 -xinsmod cx88xx core_debug=2 -xinsmod cx8800 video_debug=2 +xinsmod cx88xx core_debug=0 +xinsmod cx8800 video_debug=0 audio_debug=1 # saa7134 xinsmod saa7134 audio_debug=1 $saopt |