summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-09-10 10:30:52 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-09-10 10:30:52 +0000
commit55aee0625043a4cc35db2e9fdea83ccad535a835 (patch)
treed318e219ddf7b6bd8ff4e5d4df40bfc4f0430930 /v4l/ChangeLog
parent75d984074d45a2a4187ff4aa36a8677de17d1277 (diff)
downloadmediapointer-dvb-s2-55aee0625043a4cc35db2e9fdea83ccad535a835.tar.gz
mediapointer-dvb-s2-55aee0625043a4cc35db2e9fdea83ccad535a835.tar.bz2
- 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>
Diffstat (limited to 'v4l/ChangeLog')
-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: