diff options
Diffstat (limited to 'v4l/scripts')
-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 |