diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-07 17:01:24 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-08-07 17:01:24 +0000 |
commit | 994e2cb596d90afaa2b9ebf529b9fc220e77b6ea (patch) | |
tree | d2e7de198004977347f4a342b7a96e44d05c4413 /v4l/ChangeLog | |
parent | 2fb49278a128de2f937b68733acefc536d80220b (diff) | |
download | mediapointer-dvb-s2-994e2cb596d90afaa2b9ebf529b9fc220e77b6ea.tar.gz mediapointer-dvb-s2-994e2cb596d90afaa2b9ebf529b9fc220e77b6ea.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/ChangeLog | 19 |
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. |