summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index fab570208..17a068433 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,22 @@
+2005-08-07 16:57 mchehab
+
+ * cx88-tvaudio.c:
+ - some clean up in cx88-tvaudio.c
+ - replaced hex values when writing to AUD_CTL to EN_xx for better reading.
+ - Moved writing to register AUD_CTL from "set_audio_start" to
+ "set_audio_finish".
+ - Changed the order of writing Lang2 to work correctly
+ - Added an "#if 0" to comment out existing code in "cx88_get_stereo"
+ because simply reading from register "AUD_STATUS" is _not_ enough to
+ auto-detect btsc-sap, dual-fm-stereo or nicam. It is simply not working.
+ - Using "EN_A2_AUTO_STEREO" does not work.
+ - Allow select by hand between Mono, Lang1, Lang2 and Stereo.
+ - *Bad side effect* is now if I'm selecting for example stereo but it is not
+ supported from tv-channel I'm currently receiving loud noise.
+
+ Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-08-07 09:16 mkrufky
* cx88-dvb.c, cx88-cards.c, tuner-core.c:
- Enable ATSC support for DViCO FusionHDTV5 Gold.