summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index e2263c74c..979a17753 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,26 @@
+2005-09-10 10:29 mchehab
+
+ * cx88-core.c: (set_tvaudio):
+ * cx88-tvaudio.c: (set_audio_standard_NICAM),
+ (set_audio_standard_A2), (cx88_detect_nicam), (cx88_set_tvaudio),
+ (cx88_newstation), (cx88_set_stereo):
+ * cx88.h:
+ - 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-09-10 08:15 mchehab
* tda8290.c: